Searched refs:existsMigratorPackage (Results 1 – 3 of 3) sorted by relevance
559 if (existsMigratorPackage(context) in reconcilePackageChangesWithStates()668 if (existsMigratorPackage(context)) { in completeMigrationIfNoMigratorPackageAvailable()704 public boolean existsMigratorPackage(@NonNull Context context) { in existsMigratorPackage() method in MigrationStateManager
151 && mMigrationStateManager.existsMigratorPackage(mContext); in isUiStateAllowedPaused()
145 when(mMigrationStateManager.existsMigratorPackage(mContext)).thenReturn(true); in testStateChanged_allowedPaused_noMigrationUiPausedNotificationSent()287 when(mMigrationStateManager.existsMigratorPackage(mContext)).thenReturn(true); in getMigrationUiState_migrationStateAllowedPaused()