/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | AccessibilityServiceConnectionTest.java | 60 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/ |
D | AssistHandleBehaviorControllerTest.java | 63 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/ |
D | NotificationAccessConfirmationActivityContract.java | 23 private static final ComponentName COMPONENT_NAME = new ComponentName( field in NotificationAccessConfirmationActivityContract 32 .setComponent(COMPONENT_NAME) in launcherIntent()
|
/frameworks/av/media/codec2/components/g711/ |
D | C2SoftG711Dec.cpp | 33 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/ |
D | C2SoftRawDec.cpp | 32 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/ |
D | C2SoftVp8Enc.cpp | 78 new C2SoftVp8Enc(COMPONENT_NAME, id, in createComponent() 90 COMPONENT_NAME, id, in createInterface()
|
D | C2SoftVp9Enc.cpp | 108 new C2SoftVp9Enc(COMPONENT_NAME, id, in createComponent() 120 COMPONENT_NAME, id, in createInterface()
|
D | C2SoftVpxEnc.h | 228 constexpr char COMPONENT_NAME[] = "c2.android.vp9.encoder"; variable 231 constexpr char COMPONENT_NAME[] = "c2.android.vp8.encoder"; 242 COMPONENT_NAME, in IntfImpl()
|
D | C2SoftVpxDec.cpp | 35 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/ |
D | C2SoftAmrDec.cpp | 39 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()
|
D | C2SoftAmrNbEnc.cpp | 32 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()
|
D | C2SoftAmrWbEnc.cpp | 34 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/ |
D | C2SoftGsmDec.cpp | 32 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/ |
D | UiAutomationManager.java | 42 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/ |
D | C2SoftFlacDec.cpp | 32 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()
|
D | C2SoftFlacEnc.cpp | 33 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/ |
D | C2SoftOpusDec.cpp | 36 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()
|
D | C2SoftOpusEnc.cpp | 37 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/ |
D | C2SoftVorbisDec.cpp | 40 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/ |
D | C2SoftMp3Dec.cpp | 35 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/ |
D | C2SoftMpeg4Enc.cpp | 45 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()
|
D | C2SoftMpeg4Dec.cpp | 38 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/ |
D | AbstractAutofillPerfTestCase.java | 103 MyAutofillService.COMPONENT_NAME); in setService()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacEnc.cpp | 34 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/ |
D | C2SoftGav1Dec.cpp | 31 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()
|