Searched refs:existsMigrationAwarePackage (Results 1 – 3 of 3) sorted by relevance
548 && existsMigrationAwarePackage(context)) { in reconcilePackageChangesWithStates()554 if (existsMigrationAwarePackage(context)) { in reconcilePackageChangesWithStates()661 if (existsMigrationAwarePackage(context)) { in completeMigrationIfNoMigratorPackageAvailable()685 public boolean existsMigrationAwarePackage(@NonNull Context context) { in existsMigrationAwarePackage() method in MigrationStateManager
150 mMigrationStateManager.existsMigrationAwarePackage(mContext) in isUiStateAllowedPaused()
144 when(mMigrationStateManager.existsMigrationAwarePackage(mContext)).thenReturn(true); in testStateChanged_allowedPaused_noMigrationUiPausedNotificationSent()286 when(mMigrationStateManager.existsMigrationAwarePackage(mContext)).thenReturn(true); in getMigrationUiState_migrationStateAllowedPaused()