Home
last modified time | relevance | path

Searched refs:COMPONENT_NAME (Results 1 – 15 of 15) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallScreeningServiceFilterTest.java85 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 …]
DMissedCallNotifierImplTest.java161 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/
DAccessibilityDetailsSettingsFragmentTest.java67 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()
DAccessibilitySettingsTest.java86 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/
DManagedProfileAdminReceiver.java27 public static final ComponentName COMPONENT_NAME = new ComponentName( field in ManagedProfileAdminReceiver
35 COMPONENT_NAME)
DE2eUiTestUtils.java52 dpm.setProfileEnabled(ManagedProfileAdminReceiver.COMPONENT_NAME); in verifyProfile()
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DImsEntitlementPollingService.java62 public static final ComponentName COMPONENT_NAME = field in ImsEntitlementPollingService
92 COMPONENT_NAME, in enqueueJob()
101 COMPONENT_NAME, in enqueueJobWithDelay()
DImsEntitlementReceiver.java163 JobManager.getInstance(context, ImsEntitlementPollingService.COMPONENT_NAME, subId); in createDependency()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
DCustomizationParamsTest.java46 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/
DPreProvisioningActivityTest.java22 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/
DSuggestionsPreferenceController.java64 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/
DSelfManagedCallList.java56 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/
DRebootReadinessUnitTest.java137 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/
DFcmService.java122 ImsEntitlementPollingService.COMPONENT_NAME, in getJobManager()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java2007 private static final String COMPONENT_NAME = "component_name";
2019 COMPONENT_NAME, o.getComponentName().flattenToString(), serializer);
2046 if (parser.getName().equals(COMPONENT_NAME)) {