Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityServiceConnectionTest.java60 static final ComponentName COMPONENT_NAME = new ComponentName( field in AccessibilityServiceConnectionTest
92 COMPONENT_NAME, mMockServiceInfo, SERVICE_ID, mHandler, new Object(), in setup()
121 setServiceBinding(COMPONENT_NAME); in bindConnectUnbind_linksAndUnlinksToServiceDeath()
123 mConnection.onServiceConnected(COMPONENT_NAME, mockBinder); in bindConnectUnbind_linksAndUnlinksToServiceDeath()
132 setServiceBinding(COMPONENT_NAME); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()
134 mConnection.onServiceConnected(COMPONENT_NAME, mockBinder); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()
138 mConnection.onServiceConnected(COMPONENT_NAME, mockBinder); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()
151 setServiceBinding(COMPONENT_NAME); in binderDied_keysGetFlushed()
153 mConnection.onServiceConnected(COMPONENT_NAME, mockBinder); in binderDied_keysGetFlushed()
167 setServiceBinding(COMPONENT_NAME); in connectedService_notInEnabledServiceList_doNotInitClient()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/assist/
DAssistHandleBehaviorControllerTest.java63 private static final ComponentName COMPONENT_NAME = new ComponentName("", ""); field in AssistHandleBehaviorControllerTest
114 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in hide_hidesHandlesWhenShowing()
129 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in hide_doesNothingWhenHiding()
143 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndStay_showsHandlesWhenHiding()
158 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndStay_doesNothingWhenShowing()
186 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndGo_showsThenHidesHandlesWhenHiding()
203 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndGo_hidesHandlesAfterTimeoutWhenShowing()
218 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndGo_doesNothingIfRecentlyHidden()
249 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndGoDelayed_showsThenHidesHandlesWhenHiding()
266 when(mMockAssistUtils.getAssistComponentForUser(anyInt())).thenReturn(COMPONENT_NAME); in showAndGoDelayed_hidesHandlesAfterTimeoutWhenShowing()
[all …]
/frameworks/base/core/java/com/android/internal/notification/
DNotificationAccessConfirmationActivityContract.java23 private static final ComponentName COMPONENT_NAME = new ComponentName( field in NotificationAccessConfirmationActivityContract
32 .setComponent(COMPONENT_NAME) in launcherIntent()
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp33 constexpr char COMPONENT_NAME[] = "c2.android.g711.alaw.decoder"; variable
35 constexpr char COMPONENT_NAME[] = "c2.android.g711.mlaw.decoder";
45 COMPONENT_NAME, in IntfImpl()
238 new C2SoftG711Dec(COMPONENT_NAME, id, in createComponent()
249 COMPONENT_NAME, id, std::make_shared<C2SoftG711Dec::IntfImpl>(mHelper)), in createInterface()
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp32 constexpr char COMPONENT_NAME[] = "c2.android.raw.decoder"; variable
41 COMPONENT_NAME, in IntfImpl()
192 new C2SoftRawDec(COMPONENT_NAME, in createComponent()
205 COMPONENT_NAME, id, std::make_shared<C2SoftRawDec::IntfImpl>(mHelper)), in createInterface()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVp8Enc.cpp78 new C2SoftVp8Enc(COMPONENT_NAME, id, in createComponent()
90 COMPONENT_NAME, id, in createInterface()
DC2SoftVp9Enc.cpp108 new C2SoftVp9Enc(COMPONENT_NAME, id, in createComponent()
120 COMPONENT_NAME, id, in createInterface()
DC2SoftVpxEnc.h228 constexpr char COMPONENT_NAME[] = "c2.android.vp9.encoder"; variable
231 constexpr char COMPONENT_NAME[] = "c2.android.vp8.encoder";
242 COMPONENT_NAME, in IntfImpl()
DC2SoftVpxDec.cpp35 constexpr char COMPONENT_NAME[] = "c2.android.vp9.decoder"; variable
37 constexpr char COMPONENT_NAME[] = "c2.android.vp8.decoder";
45 COMPONENT_NAME, in IntfImpl()
923 new C2SoftVpxDec(COMPONENT_NAME, id, in createComponent()
935 COMPONENT_NAME, id, in createInterface()
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrDec.cpp39 constexpr char COMPONENT_NAME[] = "c2.android.amrnb.decoder"; variable
41 constexpr char COMPONENT_NAME[] = "c2.android.amrwb.decoder";
51 COMPONENT_NAME, in IntfImpl()
399 new C2SoftAmrDec(COMPONENT_NAME, id, in createComponent()
411 COMPONENT_NAME, id, std::make_shared<C2SoftAmrDec::IntfImpl>(mHelper)), in createInterface()
DC2SoftAmrNbEnc.cpp32 constexpr char COMPONENT_NAME[] = "c2.android.amrnb.encoder"; variable
42 COMPONENT_NAME, in IntfImpl()
314 COMPONENT_NAME, id, in createComponent()
326 COMPONENT_NAME, id, in createInterface()
DC2SoftAmrWbEnc.cpp34 constexpr char COMPONENT_NAME[] = "c2.android.amrwb.encoder"; variable
43 COMPONENT_NAME, in IntfImpl()
388 COMPONENT_NAME, id, in createComponent()
400 COMPONENT_NAME, id, in createInterface()
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp32 constexpr char COMPONENT_NAME[] = "c2.android.gsm.decoder"; variable
41 COMPONENT_NAME, in IntfImpl()
271 new C2SoftGsmDec(COMPONENT_NAME, in createComponent()
284 COMPONENT_NAME, id, std::make_shared<C2SoftGsmDec::IntfImpl>(mHelper)), in createInterface()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DUiAutomationManager.java42 private static final ComponentName COMPONENT_NAME = field in UiAutomationManager
90 accessibilityServiceInfo.setComponentName(COMPONENT_NAME); in registerUiTestAutomationServiceLocked()
227 super(context, COMPONENT_NAME, accessibilityServiceInfo, id, mainHandler, lock, in UiAutomationService()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp32 constexpr char COMPONENT_NAME[] = "c2.android.flac.decoder"; variable
41 COMPONENT_NAME, in IntfImpl()
344 new C2SoftFlacDec(COMPONENT_NAME, in createComponent()
357 COMPONENT_NAME, id, std::make_shared<C2SoftFlacDec::IntfImpl>(mHelper)), in createInterface()
DC2SoftFlacEnc.cpp33 constexpr char COMPONENT_NAME[] = "c2.android.flac.encoder"; variable
42 COMPONENT_NAME, in IntfImpl()
459 new C2SoftFlacEnc(COMPONENT_NAME, in createComponent()
472 COMPONENT_NAME, id, std::make_shared<C2SoftFlacEnc::IntfImpl>(mHelper)), in createInterface()
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp36 constexpr char COMPONENT_NAME[] = "c2.android.opus.decoder"; variable
45 COMPONENT_NAME, in IntfImpl()
450 new C2SoftOpusDec(COMPONENT_NAME, in createComponent()
463 COMPONENT_NAME, id, std::make_shared<C2SoftOpusDec::IntfImpl>(mHelper)), in createInterface()
DC2SoftOpusEnc.cpp37 constexpr char COMPONENT_NAME[] = "c2.android.opus.encoder"; variable
48 COMPONENT_NAME, in IntfImpl()
605 COMPONENT_NAME, id, in createComponent()
616 COMPONENT_NAME, id, in createInterface()
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp40 constexpr char COMPONENT_NAME[] = "c2.android.vorbis.decoder"; variable
49 COMPONENT_NAME, in IntfImpl()
450 new C2SoftVorbisDec(COMPONENT_NAME, in createComponent()
463 COMPONENT_NAME, id, std::make_shared<C2SoftVorbisDec::IntfImpl>(mHelper)), in createInterface()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp35 constexpr char COMPONENT_NAME[] = "c2.android.mp3.decoder"; variable
44 COMPONENT_NAME, in IntfImpl()
516 new C2SoftMP3(COMPONENT_NAME, in createComponent()
529 COMPONENT_NAME, id, std::make_shared<C2SoftMP3::IntfImpl>(mHelper)), in createInterface()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp45 constexpr char COMPONENT_NAME[] = "c2.android.mpeg4.encoder"; variable
48 constexpr char COMPONENT_NAME[] = "c2.android.h263.encoder";
59 COMPONENT_NAME, in IntfImpl()
629 COMPONENT_NAME, id, in createComponent()
641 COMPONENT_NAME, id, in createInterface()
DC2SoftMpeg4Dec.cpp38 constexpr char COMPONENT_NAME[] = "c2.android.mpeg4.decoder"; variable
40 constexpr char COMPONENT_NAME[] = "c2.android.h263.decoder";
48 COMPONENT_NAME, in IntfImpl()
724 new C2SoftMpeg4Dec(COMPONENT_NAME, in createComponent()
737 COMPONENT_NAME, id, std::make_shared<C2SoftMpeg4Dec::IntfImpl>(mHelper)), in createInterface()
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DAbstractAutofillPerfTestCase.java103 MyAutofillService.COMPONENT_NAME); in setService()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp34 constexpr char COMPONENT_NAME[] = "c2.android.aac.encoder"; variable
43 COMPONENT_NAME, in IntfImpl()
648 new C2SoftAacEnc(COMPONENT_NAME, in createComponent()
660 COMPONENT_NAME, id, std::make_shared<C2SoftAacEnc::IntfImpl>(mHelper)), in createInterface()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp31 constexpr char COMPONENT_NAME[] = CODECNAME; variable
37 helper, COMPONENT_NAME, C2Component::KIND_DECODER, in IntfImpl()
759 new C2SoftGav1Dec(COMPONENT_NAME, id, in createComponent()
770 COMPONENT_NAME, id, in createInterface()

12