Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl105 void scheduleDestroyBackupAgent(in ApplicationInfo app, in scheduleDestroyBackupAgent() method
H A DActivityThread.java1036 public final void scheduleDestroyBackupAgent(ApplicationInfo app, in scheduleDestroyBackupAgent() method in ActivityThread.ApplicationThread
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTransactionParcelTests.java517 public void scheduleDestroyBackupAgent(ApplicationInfo applicationInfo, in scheduleDestroyBackupAgent() method in TransactionParcelTests.StubAppThread