Home
last modified time | relevance | path

Searched defs:resultFuture (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/backup/
H A DIBackupTransport.aidl54 void configurationIntent(in AndroidFuture<Intent> resultFuture); in configurationIntent()
65 void currentDestinationString(in AndroidFuture<String> resultFuture); in currentDestinationString()
87 void dataManagementIntent(in AndroidFuture<Intent> resultFuture); in dataManagementIntent()
98 void dataManagementIntentLabel(in AndroidFuture<CharSequence> resultFuture); in dataManagementIntentLabel()
112 void transportDirName(in AndroidFuture<String> resultFuture); in transportDirName()
126 void requestBackupTime(in AndroidFuture<long> resultFuture); in requestBackupTime()
200 void getCurrentRestoreSet(in AndroidFuture<long> resultFuture); in getCurrentRestoreSet()
265 void requestFullBackupTime(in AndroidFuture<long> resultFuture); in requestFullBackupTime()
331 in AndroidFuture<boolean> resultFuture); in isAppEligibleForBackup()
343 in AndroidFuture<long> resultFuture); in getBackupQuota()
[all …]
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/transport/
H A DBackupTransportClient.java66 AndroidFuture<String> resultFuture = mTransportFutures.newFuture(); in name() local
75 AndroidFuture<Intent> resultFuture = mTransportFutures.newFuture(); in configurationIntent() local
84 AndroidFuture<String> resultFuture = mTransportFutures.newFuture(); in currentDestinationString() local
93 AndroidFuture<Intent> resultFuture = mTransportFutures.newFuture(); in dataManagementIntent() local
112 AndroidFuture<String> resultFuture = mTransportFutures.newFuture(); in transportDirName() local
160 AndroidFuture<Long> resultFuture = mTransportFutures.newFuture(); in requestBackupTime() local
194 AndroidFuture<Long> resultFuture = mTransportFutures.newFuture(); in getCurrentRestoreSet() local
252 AndroidFuture<Long> resultFuture = mTransportFutures.newFuture(); in requestFullBackupTime() local
316 AndroidFuture<Boolean> resultFuture = mTransportFutures.newFuture(); in isAppEligibleForBackup() local
326 AndroidFuture<Long> resultFuture = mTransportFutures.newFuture(); in getBackupQuota() local
[all …]
/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java682 public void name(AndroidFuture<String> resultFuture) throws RemoteException { in name()
692 public void configurationIntent(AndroidFuture<Intent> resultFuture) in configurationIntent()
703 public void currentDestinationString(AndroidFuture<String> resultFuture) in currentDestinationString()
714 public void dataManagementIntent(AndroidFuture<Intent> resultFuture) in dataManagementIntent()
725 public void dataManagementIntentLabel(AndroidFuture<CharSequence> resultFuture) in dataManagementIntentLabel()
798 public void getAvailableRestoreSets(AndroidFuture<List<RestoreSet>> resultFuture) in getAvailableRestoreSets()
809 public void getCurrentRestoreSet(AndroidFuture<Long> resultFuture) in getCurrentRestoreSet()
831 public void nextRestorePackage(AndroidFuture<RestoreDescription> resultFuture) in nextRestorePackage()
864 public void requestFullBackupTime(AndroidFuture<Long> resultFuture) in requestFullBackupTime()
919 AndroidFuture<Boolean> resultFuture) throws RemoteException { in isAppEligibleForBackup()
[all …]
/aosp14/frameworks/base/services/tests/mockingservicestests/src/android/service/games/
H A DGameSessionTrampolineActivityTest.java91 AndroidFuture<GameSessionActivityResult> resultFuture = in launch_targetActivityFinishesSuccessfully_futureCompletedWithSameResults() local
110 AndroidFuture<GameSessionActivityResult> resultFuture = in launch_trampolineActivityProcessDeath_futureCompletedWithSameResults() local
164 AndroidFuture<GameSessionActivityResult> resultFuture = new AndroidFuture<>(); in startGameSessionTrampolineActivity() local
/aosp14/frameworks/base/core/java/android/service/games/
H A DGameSessionTrampolineActivity.java70 @NonNull AndroidFuture<GameSessionActivityResult> resultFuture) { in createIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DGentleUpdateHelper.java164 var resultFuture = new CompletableFuture<InstallConstraintsResult>(); in checkInstallConstraints() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
H A DGameServiceProviderInstanceImplTest.java1030 AndroidFuture<GameScreenshotResult> resultFuture = new AndroidFuture<>(); in takeScreenshot_failureNoBitmapCaptured() local
1064 AndroidFuture<GameScreenshotResult> resultFuture = new AndroidFuture<>(); in takeScreenshot_success() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/
H A DBackupTransportClientTest.java259 public void getBackupManagerMonitor(AndroidFuture<IBackupManagerMonitor> resultFuture) in getBackupManagerMonitor()