HomeSort by relevance Sort by last modified time
    Searched refs:COMPONENT_NAME (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
EnterprisePrivacyTestDefaultAppActivity.java 24 public static final ComponentName COMPONENT_NAME = new ComponentName("com.android.cts.verifier",
  /frameworks/base/core/java/com/android/internal/notification/
NotificationAccessConfirmationActivityContract.java 23 private static final ComponentName COMPONENT_NAME = new ComponentName(
27 public static final String EXTRA_COMPONENT_NAME = "component_name";
32 .setComponent(COMPONENT_NAME)
  /tools/loganalysis/src/com/android/loganalysis/item/
TransitionDelayItem.java 28 public static final String COMPONENT_NAME = "COMPONENT_NAME";
41 COMPONENT_NAME,
55 return (String) getAttribute(COMPONENT_NAME);
59 setAttribute(COMPONENT_NAME, componentName);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/
ManagedProfileAdminReceiver.java 27 public static final ComponentName COMPONENT_NAME = new ComponentName(
35 COMPONENT_NAME)
E2eUiTestUtils.java 52 dpm.setProfileEnabled(ManagedProfileAdminReceiver.COMPONENT_NAME);
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
AccessibilityServiceConnectionTest.java 58 static final ComponentName COMPONENT_NAME = new ComponentName(
96 COMPONENT_NAME, mMockServiceInfo, SERVICE_ID, mHandler, new Object(),
118 setServiceBinding(COMPONENT_NAME);
120 mConnection.onServiceConnected(COMPONENT_NAME, mockBinder);
129 setServiceBinding(COMPONENT_NAME);
131 mConnection.onServiceConnected(COMPONENT_NAME, mockBinder);
135 mConnection.onServiceConnected(COMPONENT_NAME, mockBinder);
  /hardware/google/av/media/codecs/vpx/
C2SoftVp8Enc.cpp 26 constexpr char COMPONENT_NAME[] = "c2.android.vp8.encoder";
80 new C2SoftVp8Enc(COMPONENT_NAME, id,
92 COMPONENT_NAME, id,
C2SoftVp9Enc.cpp 26 constexpr char COMPONENT_NAME[] = "c2.android.vp9.encoder";
110 new C2SoftVp9Enc(COMPONENT_NAME, id,
122 COMPONENT_NAME, id,
C2SoftVpxDec.cpp 33 constexpr char COMPONENT_NAME[] = "c2.android.vp9.decoder";
35 constexpr char COMPONENT_NAME[] = "c2.android.vp8.decoder";
43 COMPONENT_NAME,
525 new C2SoftVpxDec(COMPONENT_NAME, id,
537 COMPONENT_NAME, id,
  /external/autotest/client/site_tests/platform_ImageLoader/
platform_ImageLoader.py 33 COMPONENT_NAME = 'TestFlashComponent'
139 component_name = "cros-termina"
140 if not self._register_component(component_name, "10209.0.0",
144 mount_path = self._load_component(component_name)
148 if not self._unmount_component(component_name):
152 if not self._remove_component(component_name):
153 self._components_to_delete.append(component_name)
174 if self._get_component_version(self.COMPONENT_NAME) != self.BAD_RESULT:
179 if not self._register_component(self.COMPONENT_NAME, self.OLD_VERSION,
183 self._components_to_delete.append(self.COMPONENT_NAME)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockConditionProvider.java 31 public static final ComponentName COMPONENT_NAME =
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallScreeningServiceFilterTest.java 84 private static final ComponentName COMPONENT_NAME = new ComponentName(PKG_NAME, CLS_NAME);
177 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder);
186 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder);
197 serviceConnection.onServiceConnected(COMPONENT_NAME, mBinder);
223 assertEquals(COMPONENT_NAME, capturedIntent.getComponent());
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
CustomizationParamsTest.java 47 private static final ComponentName COMPONENT_NAME = new ComponentName("org.test", "ATestDPC");
168 new ProvisioningParams.Builder().setDeviceAdminComponentName(COMPONENT_NAME);
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedCallList.java 54 private static ComponentName COMPONENT_NAME = new ComponentName(
106 PhoneAccountHandle handle = new PhoneAccountHandle(COMPONENT_NAME, id);
  /hardware/google/av/media/codecs/g711/
C2SoftG711Dec.cpp 31 constexpr char COMPONENT_NAME[] = "c2.android.g711.alaw.decoder";
33 constexpr char COMPONENT_NAME[] = "c2.android.g711.mlaw.decoder";
284 new C2SoftG711Dec(COMPONENT_NAME, id,
295 COMPONENT_NAME, id, std::make_shared<C2SoftG711Dec::IntfImpl>(mHelper)),
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
UiAutomationManager.java 42 private static final ComponentName COMPONENT_NAME =
85 accessibilityServiceInfo.setComponentName(COMPONENT_NAME);
199 super(context, COMPONENT_NAME, accessibilityServiceInfo, id, mainHandler, lock,
  /hardware/google/av/media/codecs/raw/
C2SoftRawDec.cpp 30 constexpr char COMPONENT_NAME[] = "c2.android.raw.decoder";
180 new C2SoftRawDec(COMPONENT_NAME,
193 COMPONENT_NAME, id, std::make_shared<C2SoftRawDec::IntfImpl>(mHelper)),
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrNbEnc.cpp 30 constexpr char COMPONENT_NAME[] = "c2.android.amrnb.encoder";
318 COMPONENT_NAME, id,
330 COMPONENT_NAME, id,
C2SoftAmrDec.cpp 37 constexpr char COMPONENT_NAME[] = "c2.android.amrnb.decoder";
39 constexpr char COMPONENT_NAME[] = "c2.android.amrwb.decoder";
398 new C2SoftAmrDec(COMPONENT_NAME, id,
410 COMPONENT_NAME, id, std::make_shared<C2SoftAmrDec::IntfImpl>(mHelper)),
C2SoftAmrWbEnc.cpp 32 constexpr char COMPONENT_NAME[] = "c2.android.amrwb.encoder";
393 COMPONENT_NAME, id,
405 COMPONENT_NAME, id,
  /hardware/google/av/media/codecs/gsm/
C2SoftGsmDec.cpp 30 constexpr char COMPONENT_NAME[] = "c2.android.gsm.decoder";
270 new C2SoftGsmDec(COMPONENT_NAME,
283 COMPONENT_NAME, id, std::make_shared<C2SoftGsmDec::IntfImpl>(mHelper)),
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
PreProvisioningActivityTest.java 24 import static com.android.managedprovisioning.e2eui.ManagedProfileAdminReceiver.COMPONENT_NAME;
174 EXTRA_PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME, COMPONENT_NAME);
  /hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Dec.cpp 38 constexpr char COMPONENT_NAME[] = "c2.android.mpeg4.decoder";
40 constexpr char COMPONENT_NAME[] = "c2.android.h263.decoder";
48 COMPONENT_NAME,
643 new C2SoftMpeg4Dec(COMPONENT_NAME,
656 COMPONENT_NAME, id, std::make_shared<C2SoftMpeg4Dec::IntfImpl>(mHelper)),
  /hardware/google/av/media/codecs/aac/
C2SoftAacEnc.cpp 99 constexpr char COMPONENT_NAME[] = "c2.android.aac.encoder";
472 new C2SoftAacEnc(COMPONENT_NAME,
484 COMPONENT_NAME, id, std::make_shared<C2SoftAacEnc::IntfImpl>(mHelper)),
  /hardware/google/av/media/codecs/flac/
C2SoftFlacDec.cpp 30 constexpr char COMPONENT_NAME[] = "c2.android.flac.decoder";
327 new C2SoftFlacDec(COMPONENT_NAME,
340 COMPONENT_NAME, id, std::make_shared<C2SoftFlacDec::IntfImpl>(mHelper)),

Completed in 379 milliseconds

1 2 3 4 5 6