Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.java75 void scheduleDestroyBackupAgent(ApplicationInfo app, CompatibilityInfo compatInfo) in scheduleDestroyBackupAgent() method
DApplicationThreadNative.java435 scheduleDestroyBackupAgent(appInfo, compatInfo); in onTransact()
784 public final void scheduleDestroyBackupAgent(ApplicationInfo app, in scheduleDestroyBackupAgent() method in ApplicationThreadProxy
DActivityThread.java627 public final void scheduleDestroyBackupAgent(ApplicationInfo app, in scheduleDestroyBackupAgent() method in ActivityThread.ApplicationThread
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java12609 proc.thread.scheduleDestroyBackupAgent(appInfo, in unbindBackupAgent()