Searched refs:PERMISSIONS_TO_CHECK (Results 1 – 3 of 3) sorted by relevance
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/migration/ |
D | MigrationBroadcastSendingTest.java | 24 import static com.android.server.healthconnect.migration.MigrationTestUtils.PERMISSIONS_TO_CHECK; 90 eq(PERMISSIONS_TO_CHECK), argThat(flag -> (flag.getValue() == 0)))) in testBroadcast_noPermissionMatchingApps_noBroadcastSent() 104 eq(PERMISSIONS_TO_CHECK), argThat(flag -> (flag.getValue() == 0)))) in testBroadcast_noIntentMatchingApps_noBroadcastSent() 124 eq(PERMISSIONS_TO_CHECK), argThat(flag -> (flag.getValue() == 0)))) in testBroadcast_oneConfiguredMigratorAppWithNonNullReceiver_explicitBroadcastSent() 152 eq(PERMISSIONS_TO_CHECK), argThat(flag -> (flag.getValue() == 0)))) in testBroadcast_oneConfiguredMigratorAppWithNullReceiver_implicitBroadcastSent() 180 eq(PERMISSIONS_TO_CHECK), argThat(flag -> (flag.getValue() == 0)))) in testBroadcast_oneConfiguredMigratorAppWithoutReceiver_implicitBroadcastSent() 207 eq(PERMISSIONS_TO_CHECK), argThat(flag -> (flag.getValue() == 0)))) in testBroadcast_oneConfiguredMigratorAppWithMultipleReceivers_implicitBroadcastSent() 237 eq(PERMISSIONS_TO_CHECK), argThat(flag -> (flag.getValue() == 0)))) in testBroadcast_oneConfiguredMigratorAppUserNotForeground_noBroadcastSent() 260 eq(PERMISSIONS_TO_CHECK), argThat(flag -> (flag.getValue() == 0)))) in testBroadcast_oneConfiguredMigratorAppNotInstalledOnUser_noBroadcastSent() 279 eq(PERMISSIONS_TO_CHECK), argThat(flag -> (flag.getValue() == 0)))) in testBroadcast_oneMigratorNotConfiguredApp_exceptionThrown() [all …]
|
D | MigrationTestUtils.java | 46 static final String[] PERMISSIONS_TO_CHECK = field in MigrationTestUtils
|
D | MigrationStateManagerTest.java | 40 import static com.android.server.healthconnect.migration.MigrationTestUtils.PERMISSIONS_TO_CHECK; 931 eq(PERMISSIONS_TO_CHECK), argThat(flag -> (flag.getValue() == 0)))) in configureMigrationAwarePackage()
|