Home
last modified time | relevance | path

Searched defs:scheduleDestroyBackupAgent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.aidl99 void scheduleDestroyBackupAgent(in ApplicationInfo app, in scheduleDestroyBackupAgent() method
DActivityThread.java942 public final void scheduleDestroyBackupAgent(ApplicationInfo app, in scheduleDestroyBackupAgent() method in ActivityThread.ApplicationThread
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java483 public void scheduleDestroyBackupAgent(ApplicationInfo applicationInfo, in scheduleDestroyBackupAgent() method in TransactionParcelTests.StubAppThread