Home
last modified time | relevance | path

Searched refs:scheduleDestroyBackupAgent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.java82 void scheduleDestroyBackupAgent(ApplicationInfo app, CompatibilityInfo compatInfo) in scheduleDestroyBackupAgent() method
DApplicationThreadNative.java445 scheduleDestroyBackupAgent(appInfo, compatInfo); in onTransact()
878 public final void scheduleDestroyBackupAgent(ApplicationInfo app, in scheduleDestroyBackupAgent() method in ApplicationThreadProxy
DActivityThread.java697 public final void scheduleDestroyBackupAgent(ApplicationInfo app, in scheduleDestroyBackupAgent() method in ActivityThread.ApplicationThread
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15502 proc.thread.scheduleDestroyBackupAgent(appInfo, in unbindBackupAgent()