Home
last modified time | relevance | path

Searched refs:longCn (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationAccessSettingsTest.java98 ComponentName longCn = new ComponentName("test.pkg1", in updateList_enabledLongName_shown() local
102 services.add(newServiceInfo(longCn.getPackageName(), longCn.getClassName(), 1)); in updateList_enabledLongName_shown()
112 assertThat(allowed.getPreference(0).getKey()).isEqualTo(longCn.flattenToString()); in updateList_enabledLongName_shown()
119 ComponentName longCn = new ComponentName("test.pkg1", in updateList_disabledLongName_notShown() local
123 services.add(newServiceInfo(longCn.getPackageName(), longCn.getClassName(), 1)); in updateList_disabledLongName_notShown()
DNotificationAccessConfirmationActivityTest.java71 ComponentName longCn = new ComponentName("com.example", Strings.repeat("Blah", 150)); in start_componentNameTooLong_finishes() local
72 installPackage(longCn.getPackageName(), "<Unused>"); in start_componentNameTooLong_finishes()
74 NotificationAccessConfirmationActivity activity = startActivityWithIntent(longCn); in start_componentNameTooLong_finishes()
/packages/apps/Settings/tests/unit/src/com/android/settings/applications/specialaccess/notificationaccess/
DApprovalPreferenceControllerTest.java117 ComponentName longCn = new ComponentName("com.example.package", in updateState_invalidCn_disabled() local
119 mController.setCn(longCn); in updateState_invalidCn_disabled()