Searched defs:resultFuture (Results 1 – 8 of 8) sorted by relevance
54 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 …]
66 AndroidFuture<String> resultFuture = mTransportFutures.newFuture(); in name() local75 AndroidFuture<Intent> resultFuture = mTransportFutures.newFuture(); in configurationIntent() local84 AndroidFuture<String> resultFuture = mTransportFutures.newFuture(); in currentDestinationString() local93 AndroidFuture<Intent> resultFuture = mTransportFutures.newFuture(); in dataManagementIntent() local112 AndroidFuture<String> resultFuture = mTransportFutures.newFuture(); in transportDirName() local160 AndroidFuture<Long> resultFuture = mTransportFutures.newFuture(); in requestBackupTime() local194 AndroidFuture<Long> resultFuture = mTransportFutures.newFuture(); in getCurrentRestoreSet() local252 AndroidFuture<Long> resultFuture = mTransportFutures.newFuture(); in requestFullBackupTime() local316 AndroidFuture<Boolean> resultFuture = mTransportFutures.newFuture(); in isAppEligibleForBackup() local326 AndroidFuture<Long> resultFuture = mTransportFutures.newFuture(); in getBackupQuota() local[all …]
682 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 …]
91 AndroidFuture<GameSessionActivityResult> resultFuture = in launch_targetActivityFinishesSuccessfully_futureCompletedWithSameResults() local110 AndroidFuture<GameSessionActivityResult> resultFuture = in launch_trampolineActivityProcessDeath_futureCompletedWithSameResults() local164 AndroidFuture<GameSessionActivityResult> resultFuture = new AndroidFuture<>(); in startGameSessionTrampolineActivity() local
70 @NonNull AndroidFuture<GameSessionActivityResult> resultFuture) { in createIntent()
164 var resultFuture = new CompletableFuture<InstallConstraintsResult>(); in checkInstallConstraints() local
1030 AndroidFuture<GameScreenshotResult> resultFuture = new AndroidFuture<>(); in takeScreenshot_failureNoBitmapCaptured() local1064 AndroidFuture<GameScreenshotResult> resultFuture = new AndroidFuture<>(); in takeScreenshot_success() local
259 public void getBackupManagerMonitor(AndroidFuture<IBackupManagerMonitor> resultFuture) in getBackupManagerMonitor()