Home
last modified time | relevance | path

Searched defs:stub (Results 1 – 21 of 21) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/grpc/impl/
DDeviceCheckInClientImpl.java186 DeviceLockCheckinServiceBlockingStub stub; in getDeviceCheckInStatus() local
202 @NonNull DeviceLockCheckinServiceBlockingStub stub) { in getDeviceCheckInStatus()
221 DeviceLockCheckinServiceBlockingStub stub; in isDeviceInApprovedCountry() local
236 @Nullable String carrierInfo, @NonNull DeviceLockCheckinServiceBlockingStub stub) { in isDeviceInApprovedCountry()
253 DeviceLockCheckinServiceBlockingStub stub; in pauseDeviceProvisioning() local
267 @NonNull DeviceLockCheckinServiceBlockingStub stub) { in pauseDeviceProvisioning()
286 DeviceLockCheckinServiceBlockingStub stub; in reportDeviceProvisionState() local
303 @NonNull DeviceLockCheckinServiceBlockingStub stub) { in reportDeviceProvisionState()
/packages/apps/Dialer/java/com/android/dialer/spam/stub/
DStubSpamModule.java32 public abstract Spam bindSpam(SpamStub stub); in bindSpam()
35 public abstract SpamSettings bindSpamSettings(SpamSettingsStub stub); in bindSpamSettings()
/packages/apps/Dialer/java/com/android/dialer/metrics/
DStubMetricsModule.java30 Metrics bindMetrics(StubMetrics stub); in bindMetrics()
33 Metrics.Initializer bindMetricsInitializer(StubMetricsInitializer stub); in bindMetricsInitializer()
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
DTranscriptionClient.java29 private final VoicemailTranscriptionServiceGrpc.VoicemailTranscriptionServiceBlockingStub stub; field in TranscriptionClient
32 VoicemailTranscriptionServiceGrpc.VoicemailTranscriptionServiceBlockingStub stub) { in TranscriptionClient()
/packages/apps/TV/tests/robotests/src/com/android/tv/data/
DProgramDataManagerTest.java118 ProgramInfo stub = ProgramInfo.create(); in testProgramUtils() local
160 ProgramInfo stub = ProgramInfo.create(); in testGetPrograms() local
192 ProgramInfo stub = ProgramInfo.create(); in testCurrentProgramListener() local
/packages/apps/Dialer/java/com/android/dialer/phonenumbergeoutil/stub/
DStubPhoneNumberGeoUtilModule.java29 public abstract PhoneNumberGeoUtil bindPhoneNumberGeoUtil(PhoneNumberGeoUtilStub stub); in bindPhoneNumberGeoUtil()
/packages/modules/Bluetooth/system/blueberry/grpc/
Dblueberry_test_client.py19 def _UpdateDiscoveryMode(stub, request): argument
/packages/apps/Dialer/java/com/android/dialer/contacts/
DContactsModule.java42 ContactDisplayPreferencesStub stub) { in provideContactDisplayPreferences()
/packages/apps/Dialer/java/com/android/incallui/speakeasy/
DStubSpeakEasyModule.java37 abstract SpeakEasyCallManager bindsSpeakEasy(SpeakEasyCallManagerStub stub); in bindsSpeakEasy()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/
DHomeCardFragment.java329 ViewStub stub = mRootView.findViewById(R.id.descriptive_text_layout); in getDescriptiveTextOnlyLayoutView() local
345 ViewStub stub = mRootView.findViewById(R.id.descriptive_text_with_controls_layout); in getDescriptiveTextWithControlsLayoutView() local
366 ViewStub stub = mRootView.findViewById(R.id.text_block_layout); in getTextBlockLayoutView() local
/packages/modules/AppSearch/framework/java/android/app/appsearch/
DGlobalSearchSession.java277 IAppSearchObserverProxy stub = null; in registerObserverCallback() local
400 IAppSearchObserverProxy stub; in unregisterObserverCallback() local
/packages/modules/AppSearch/service/java/com/android/server/appsearch/observer/
DAppSearchObserverProxy.java46 public AppSearchObserverProxy(@NonNull IAppSearchObserverProxy stub) { in AppSearchObserverProxy()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DPandoraDevice.java64 HostGrpc.HostBlockingStub stub = HostGrpc.newBlockingStub(channel); in before() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DContentPreviewUi.java69 ViewStub stub = layout.findViewById(R.id.chooser_headline_row_stub); in inflateHeadline() local
/packages/apps/Settings/src/com/android/settings/display/
DPreviewPagerAdapter.java81 sampleViewStub.setOnInflateListener((stub, inflated) -> { in PreviewPagerAdapter() argument
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DRootItem.java219 RootItem stub = new RootItem(stubRootInfo, item.mActionHandler, item.mMaybeShowBadge); in createStubItem() local
/packages/services/Car/service/src/com/android/car/
DVehicleStub.java255 VehicleStub stub = new AidlVehicleStub(); in newVehicleStub() local
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/
DMediaCardFragment.java215 ViewStub stub = getRootView().findViewById(R.id.media_layout); in getMediaLayoutView() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/am/
DFixedActivityServiceTest.java703 OngoingStubbing<List<ActivityManager.RunningTaskInfo>> stub = when( in expectRootTaskInfo() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogListItemViewHolder.java450 ViewStub stub = (ViewStub) rootView.findViewById(R.id.call_log_entry_actions_stub); in inflateActionViewStub() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActivity.java1275 FrameLayout stub = findViewById(com.android.internal.R.id.stub); in addUseDifferentAppLabelIfNecessary() local