Searched refs:APP_LABEL (Results 1 – 4 of 4) sorted by relevance
67 private static final String APP_LABEL = "label"; field in SetNewPasswordActivityTest124 ShadowPasswordUtils.setCallingAppLabel(APP_LABEL); in testLaunchChooseLock_setNewPasswordExtraWithoutPermission()147 ShadowPasswordUtils.setCallingAppLabel(APP_LABEL); in testLaunchChooseLock_setNewPasswordExtraWithPermission()165 assertThat(actualIntent.getStringExtra(EXTRA_KEY_CALLER_APP_NAME)).isEqualTo(APP_LABEL); in testLaunchChooseLock_setNewPasswordExtraWithPermission()177 ShadowPasswordUtils.setCallingAppLabel(APP_LABEL); in testLaunchChooseLock_setNewPasswordExtraInvalidValue()193 assertThat(actualIntent.getStringExtra(EXTRA_KEY_CALLER_APP_NAME)).isEqualTo(APP_LABEL); in testLaunchChooseLock_setNewPasswordExtraInvalidValue()205 ShadowPasswordUtils.setCallingAppLabel(APP_LABEL); in testLaunchChooseLock_setNewPasswordExtraNoneComplexity()221 assertThat(actualIntent.getStringExtra(EXTRA_KEY_CALLER_APP_NAME)).isEqualTo(APP_LABEL); in testLaunchChooseLock_setNewPasswordExtraNoneComplexity()233 ShadowPasswordUtils.setCallingAppLabel(APP_LABEL); in testLaunchChooseLock_setNewPasswordWithoutExtra()260 ShadowPasswordUtils.setCallingAppLabel(APP_LABEL); in testLaunchChooseLock_setNewParentProfilePasswordExtraWithPermission()[all …]
54 private val APP_LABEL = "CameraRequestApp" regex84 scrollToPreference(APP_LABEL)
86 private static final String APP_LABEL = "app label"; field in AdvancedPowerUsageDetailTest156 doReturn(APP_LABEL).when(mBundle).getString(nullable(String.class)); in setUp()181 when(mBatteryEntry.getLabel()).thenReturn(APP_LABEL); in setUp()250 verify(mEntityHeaderController).setLabel(APP_LABEL); in testInitHeader_NoAppEntry_BuildByBundle()678 assertThat(mBundle.getString(AdvancedPowerUsageDetail.EXTRA_LABEL)).isEqualTo(APP_LABEL); in testStartBatteryDetailPage_SystemApp()
97 private static final String APP_LABEL = "appLabel"; field in UtilsTest