/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallScreeningServiceFilterTest.java | 85 private static final ComponentName COMPONENT_NAME = new ComponentName(PKG_NAME, CLS_NAME); field in CallScreeningServiceFilterTest 103 .setCallScreeningComponentName(COMPONENT_NAME.flattenToString()) 220 connection.onServiceDisconnected(COMPONENT_NAME); in testBindingCondition() 246 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testAllowCall() 254 csAdapter.onScreeningResponse(CALL_ID, COMPONENT_NAME, allowCallResponse.toParcelable()); in testAllowCall() 259 serviceConnection.onServiceDisconnected(COMPONENT_NAME); in testAllowCall() 273 .setCallScreeningComponentName(COMPONENT_NAME.flattenToString()) in testDisallowCall() 282 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testDisallowCall() 291 csAdapter.onScreeningResponse(CALL_ID, COMPONENT_NAME, disallowCallResponse.toParcelable()); in testDisallowCall() 297 serviceConnection.onServiceDisconnected(COMPONENT_NAME); in testDisallowCall() [all …]
|
D | MissedCallNotifierImplTest.java | 161 private static final ComponentName COMPONENT_NAME = new ComponentName( field in MissedCallNotifierImplTest 255 TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION, COMPONENT_NAME); in setupMissedCallNotificationThroughDefaultDialer() 652 eq(COMPONENT_NAME.getPackageName()), anyLong(), anyInt(), any()); in testDialerHandleMissedCall() 710 PhoneAccountHandle phoneAccountHandle = new PhoneAccountHandle(COMPONENT_NAME, "id", in makePhoneAccount() 721 doReturn(COMPONENT_NAME.getPackageName()).when(mDefaultDialerCache). in enableDialerHandlesMissedCall() 724 TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION, COMPONENT_NAME); in enableDialerHandlesMissedCall()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | AccessibilityDetailsSettingsFragmentTest.java | 67 private final static String COMPONENT_NAME = PACKAGE_NAME + "/" + CLASS_NAME; field in AccessibilityDetailsSettingsFragmentTest 91 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, COMPONENT_NAME); in onCreate_afterSuccessfullyLaunch_shouldBeFinished() 102 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, COMPONENT_NAME); in onCreate_hasValidExtraComponentName_launchExpectedFragment() 135 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, COMPONENT_NAME); in onCreate_extraComponentNameIsDisallowed_launchAccessibilitySettings() 185 ComponentName componentName = ComponentName.unflattenFromString(COMPONENT_NAME); in getMockAccessibilityServiceInfo()
|
D | AccessibilitySettingsTest.java | 86 private static final ComponentName COMPONENT_NAME = new ComponentName(PACKAGE_NAME, CLASS_NAME); field in AccessibilitySettingsTest 258 final String key = COMPONENT_NAME.flattenToString(); in createAccessibilityServicePreferenceList_hasOneInfo_containsSameKey() 273 final String key = COMPONENT_NAME.flattenToString(); in createAccessibilityActivityPreferenceList_hasOneInfo_containsSameKey() 334 COMPONENT_NAME.flattenToString()); in onContentChanged_updatePreferenceInForeground_preferenceUpdated() 354 COMPONENT_NAME.flattenToString()); in onContentChanged_updatePreferenceInBackground_preferenceUpdated() 389 when(mockInfo.getComponentName()).thenReturn(COMPONENT_NAME); in setMockAccessibilityShortcutInfo()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/ |
D | ManagedProfileAdminReceiver.java | 27 public static final ComponentName COMPONENT_NAME = new ComponentName( field in ManagedProfileAdminReceiver 35 COMPONENT_NAME)
|
D | E2eUiTestUtils.java | 52 dpm.setProfileEnabled(ManagedProfileAdminReceiver.COMPONENT_NAME); in verifyProfile()
|
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/ |
D | ImsEntitlementPollingService.java | 62 public static final ComponentName COMPONENT_NAME = field in ImsEntitlementPollingService 92 COMPONENT_NAME, in enqueueJob() 101 COMPONENT_NAME, in enqueueJobWithDelay()
|
D | ImsEntitlementReceiver.java | 163 JobManager.getInstance(context, ImsEntitlementPollingService.COMPONENT_NAME, subId); in createDependency()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/ |
D | CustomizationParamsTest.java | 46 private static final ComponentName COMPONENT_NAME = new ComponentName("org.test", "ATestDPC"); field in CustomizationParamsTest 125 new ProvisioningParams.Builder().setDeviceAdminComponentName(COMPONENT_NAME); in createParams()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/ |
D | PreProvisioningActivityTest.java | 22 import static com.android.managedprovisioning.e2eui.ManagedProfileAdminReceiver.COMPONENT_NAME; 140 EXTRA_PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME, COMPONENT_NAME); in createIntent()
|
/packages/apps/Car/Settings/src/com/android/car/settings/suggestions/ |
D | SuggestionsPreferenceController.java | 64 private static final ComponentName COMPONENT_NAME = new ComponentName( field in SuggestionsPreferenceController 76 COMPONENT_NAME, /* serviceConnectionListener= */ this); in SuggestionsPreferenceController()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedCallList.java | 56 private static ComponentName COMPONENT_NAME = new ComponentName( field in SelfManagedCallList 110 PhoneAccountHandle handle = new PhoneAccountHandle(COMPONENT_NAME, id); in registerPhoneAccount()
|
/packages/modules/Scheduling/tests/unittests/src/com/android/server/scheduling/ |
D | RebootReadinessUnitTest.java | 137 private static final String COMPONENT_NAME = "TESTCOMPONENT_component"; field in RebootReadinessUnitTest 395 eq(COMPONENT_NAME), anyInt())); in testLongSubsystemBlockingReported() 524 assertThat(output).contains("Blocking subsystem: " + COMPONENT_NAME); in testSubsystemsShellCommand() 631 bundle.putString(RebootReadinessManager.SUBSYSTEM_NAME_KEY, COMPONENT_NAME); in getStatusListener()
|
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/fcm/ |
D | FcmService.java | 122 ImsEntitlementPollingService.COMPONENT_NAME, in getJobManager()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 2007 private static final String COMPONENT_NAME = "component_name"; 2019 COMPONENT_NAME, o.getComponentName().flattenToString(), serializer); 2046 if (parser.getName().equals(COMPONENT_NAME)) {
|