Java源码示例:org.chromium.chrome.browser.invalidation.DelayedInvalidationsController
示例1
/**
* Executed when all of the system conditions are met.
*/
public void runActions() {
Context context = ContextUtils.getApplicationContext();
OmahaClient.onForegroundSessionStart(context);
DelayedInvalidationsController.getInstance().notifyPendingInvalidations(context);
}
示例2
/**
* Executed when all of the system conditions are met.
*/
public void runActions() {
Context context = ContextUtils.getApplicationContext();
OmahaClient.onForegroundSessionStart(context);
DelayedInvalidationsController.getInstance().notifyPendingInvalidations(context);
}
示例3
/**
* Executed when all of the system conditions are met.
*/
public void runActions() {
Context context = ContextUtils.getApplicationContext();
OmahaBase.onForegroundSessionStart(context);
DelayedInvalidationsController.getInstance().notifyPendingInvalidations(context);
}