Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallScreeningServiceFilterTest.java84 private static final ComponentName COMPONENT_NAME = new ComponentName(PKG_NAME, CLS_NAME); field in CallScreeningServiceFilterTest
209 connection.onServiceDisconnected(COMPONENT_NAME); in testBindingCondition()
222 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testAllowCall()
229 serviceConnection.onServiceDisconnected(COMPONENT_NAME); in testAllowCall()
243 .setCallScreeningComponentName(COMPONENT_NAME.flattenToString()) in testDisallowCall()
252 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testDisallowCall()
258 COMPONENT_NAME); in testDisallowCall()
263 serviceConnection.onServiceDisconnected(COMPONENT_NAME); in testDisallowCall()
283 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder); in testSilenceCall()
291 serviceConnection.onServiceDisconnected(COMPONENT_NAME); in testSilenceCall()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityDetailsSettingsFragmentTest.java54 private final static String COMPONENT_NAME = PACKAGE_NAME + "/" + CLASS_NAME; field in AccessibilityDetailsSettingsFragmentTest
76 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, COMPONENT_NAME); in onCreate_hasValidExtraComponentName_shouldOpenAccessibilityDetailsSettings()
108 intent.putExtra(Intent.EXTRA_COMPONENT_NAME, COMPONENT_NAME); in onCreate_extraComponentNameIsDisallowed_shouldOpenAccessibilityServicesList()
131 ComponentName componentName = ComponentName.unflattenFromString(COMPONENT_NAME); in getMockAccessibilityServiceInfo()
/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/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallList.java54 private static ComponentName COMPONENT_NAME = new ComponentName( field in SelfManagedCallList
106 PhoneAccountHandle handle = new PhoneAccountHandle(COMPONENT_NAME, id); in registerPhoneAccount()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningActivityTest.java24 import static com.android.managedprovisioning.e2eui.ManagedProfileAdminReceiver.COMPONENT_NAME;
153 EXTRA_PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME, COMPONENT_NAME); in createIntent()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
DCustomizationParamsTest.java48 private static final ComponentName COMPONENT_NAME = new ComponentName("org.test", "ATestDPC"); field in CustomizationParamsTest
169 new ProvisioningParams.Builder().setDeviceAdminComponentName(COMPONENT_NAME); in createParams()
/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/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)) {