/aosp14/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
H A D | TextToSpeechTests.java | 78 IDelegate delegate = Mockito.mock(IDelegate.class); in testSetLanguage_delegation() local 96 IDelegate delegate = Mockito.mock(IDelegate.class); in testSetLanguage_availableLanguage() local 122 IDelegate delegate = Mockito.mock(IDelegate.class); in testSetLanguage_unavailableLanguage() local 146 IDelegate delegate = Mockito.mock(IDelegate.class); in testIsLanguageAvailable() local 159 IDelegate delegate = Mockito.mock(IDelegate.class); in testDefaultLanguage_setsVoiceName() local
|
H A D | MockableCheckVoiceData.java | 31 MockableTextToSpeechService.IDelegate delegate = in onCreate() local
|
/aosp14/frameworks/base/core/java/android/timezone/ |
H A D | TimeZoneFinder.java | 54 private TimeZoneFinder(@NonNull com.android.i18n.timezone.TimeZoneFinder delegate) { in TimeZoneFinder() 74 com.android.i18n.timezone.CountryTimeZones delegate = mDelegate in lookupCountryTimeZones() local
|
H A D | TelephonyNetworkFinder.java | 34 TelephonyNetworkFinder(com.android.i18n.timezone.TelephonyNetworkFinder delegate) { in TelephonyNetworkFinder()
|
H A D | ZoneInfoDb.java | 53 private ZoneInfoDb(com.android.i18n.timezone.ZoneInfoDb delegate) { in ZoneInfoDb()
|
H A D | TelephonyLookup.java | 54 private TelephonyLookup(@NonNull com.android.i18n.timezone.TelephonyLookup delegate) { in TelephonyLookup()
|
H A D | TelephonyNetwork.java | 34 TelephonyNetwork(@NonNull com.android.i18n.timezone.TelephonyNetwork delegate) { in TelephonyNetwork()
|
H A D | CountryTimeZones.java | 45 TimeZoneMapping(com.android.i18n.timezone.CountryTimeZones.TimeZoneMapping delegate) { in TimeZoneMapping() 152 CountryTimeZones(com.android.i18n.timezone.CountryTimeZones delegate) { in CountryTimeZones()
|
/aosp14/frameworks/base/location/lib/java/com/android/location/provider/ |
H A D | LocationRequestUnbundled.java | 74 private final LocationRequest delegate; field in LocationRequestUnbundled 76 LocationRequestUnbundled(LocationRequest delegate) { in LocationRequestUnbundled()
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/ |
H A D | ExpandableController.kt | 261 val delegate = launchController() regex 295 val delegate = launchController() regex 307 val delegate = launchController() regex
|
/aosp14/frameworks/base/core/java/android/companion/virtual/ |
H A D | VirtualDeviceInternal.java | 320 final ActivityListenerDelegate delegate = new ActivityListenerDelegate( in addActivityListener() local 335 final SoundEffectListenerDelegate delegate = in addSoundEffectListener() local 357 final IntentInterceptorDelegate delegate = in registerIntentInterceptor() local 372 final IntentInterceptorDelegate delegate; in unregisterIntentInterceptor() local
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/view/ |
H A D | LaunchableFrameLayout.kt | 27 private val delegate = regex
|
H A D | LaunchableImageView.kt | 28 private val delegate = regex
|
H A D | LaunchableLinearLayout.kt | 27 private val delegate = regex
|
H A D | LaunchableTextView.kt | 28 private val delegate = regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ |
H A D | LaunchableConstraintLayout.kt | 27 private val delegate = regex
|
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | InputDeviceVibrator.java | 133 final OnVibratorStateChangedListenerDelegate delegate = in addVibratorStateListener() local 157 final OnVibratorStateChangedListenerDelegate delegate = mDelegates.get(listener); in removeVibratorStateListener() local
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ViewDialogLaunchAnimatorController.kt | 63 val delegate = GhostedViewLaunchAnimatorController(source) regex
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | ISipTransport.aidl | 31 void destroySipDelegate(ISipDelegate delegate, int reason); in destroySipDelegate()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
H A D | UnfoldKeyguardVisibilityListener.kt | 30 private val delegate = { keyguardStateController.isVisible } regex
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | DelegateStateCallback.java | 56 void onCreated(@NonNull SipDelegate delegate, in onCreated()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerMiddlewarePermission.java | 71 public SoundTriggerMiddlewarePermission( in SoundTriggerMiddlewarePermission() 217 ModuleWrapper attach(@NonNull ISoundTriggerModule delegate) { in attach() 308 private CallbackWrapper(ISoundTriggerCallback delegate) { in CallbackWrapper()
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | VideoCallbackServant.java | 164 public VideoCallbackServant(IVideoCallback delegate) { in VideoCallbackServant()
|
/aosp14/frameworks/base/media/java/android/media/projection/ |
H A D | MediaProjectionManager.java | 276 CallbackDelegate delegate = new CallbackDelegate(callback, handler); in addCallback() local 294 CallbackDelegate delegate = mCallbacks.remove(callback); in removeCallback() local
|
/aosp14/frameworks/base/core/java/android/view/textclassifier/ |
H A D | TextClassificationSession.java | 50 TextClassificationSession(TextClassificationContext context, TextClassifier delegate) { in TextClassificationSession() 300 @NonNull SelectionEventHelper eventHelper, @NonNull TextClassifier delegate) { in CleanerRunnable()
|