HomeSort by relevance Sort by last modified time
    Searched defs:asInterface (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/opt/telephony/src/java/android/telephony/
CarrierMessagingServiceManager.java 92 onServiceReady(ICarrierMessagingService.Stub.asInterface(service));
  /frameworks/base/services/core/java/com/android/server/notification/
SystemConditionProviderService.java 35 abstract public IConditionProvider asInterface();
ConditionProviders.java 73 registerService(service.asInterface(), service.getComponent(), UserHandle.USER_SYSTEM);
115 protected IInterface asInterface(IBinder binder) {
116 return IConditionProvider.Stub.asInterface(binder);
CountdownConditionProvider.java 81 public IConditionProvider asInterface() {
ZenModeConditions.java 126 mConditionProviders.ensureRecordExists(sp.getComponent(), id, sp.asInterface());
EventConditionProvider.java 175 public IConditionProvider asInterface() {
ScheduleConditionProvider.java 149 public IConditionProvider asInterface() {
ManagedServices.java 147 abstract protected IInterface asInterface(IBinder binder);
665 mService = asInterface(binder);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
ITextServicesManager_Stub_Delegate.java 39 public static ITextServicesManager asInterface(IBinder obj) {
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 43 static public IBulkCursor asInterface(IBinder obj)
92 IContentObserver.Stub.asInterface(data.readStrongBinder());
  /frameworks/base/core/java/android/net/
ConnectivityMetricsLogger.java 55 this(IConnectivityMetricsLogger.Stub.asInterface(
72 mService = IConnectivityMetricsLogger.Stub.asInterface(
  /frameworks/base/core/java/android/os/
ServiceManagerNative.java 24 * care about getDefault() and possibly asInterface().
33 static public IServiceManager asInterface(IBinder obj)
91 = IPermissionController.Stub.asInterface(
  /frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.java 44 public static IMountShutdownObserver asInterface(IBinder obj) {
IObbActionListener.java 45 public static IObbActionListener asInterface(IBinder obj) {
IMountServiceListener.java 45 public static IMountServiceListener asInterface(IBinder obj) {
IMountService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/utils/
ManagedApplicationService.java 80 IInterface asInterface(IBinder binder);
217 mBoundInterface = mChecker.asInterface(iBinder);
  /cts/tests/tests/os/src/android/os/cts/
SeccompTest.java 283 set(ISeccompIsolatedService.Stub.asInterface(service));
ParcelFileDescriptorProcessTest.java 54 set(IParcelFileDescriptorPeer.Stub.asInterface(service));
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
CallScreeningServiceFilter.java 57 onServiceBound(ICallScreeningService.Stub.asInterface(service));
  /frameworks/base/core/java/android/content/
ContentProviderNative.java 52 static public IContentProvider asInterface(IBinder obj)
107 IContentObserver observer = IContentObserver.Stub.asInterface(
109 ICancellationSignal cancellationSignal = ICancellationSignal.Stub.asInterface(
235 ICancellationSignal signal = ICancellationSignal.Stub.asInterface(
258 ICancellationSignal signal = ICancellationSignal.Stub.asInterface(
309 ICancellationSignal signal = ICancellationSignal.Stub.asInterface(
713 ICancellationSignal cancellationSignal = ICancellationSignal.Stub.asInterface(
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 57 static public IApplicationThread asInterface(IBinder obj) {
152 IVoiceInteractor voiceInteractor = IVoiceInteractor.Stub.asInterface(
292 IInstrumentationWatcher testWatcher = IInstrumentationWatcher.Stub.asInterface(binder);
295 IUiAutomationConnection.Stub.asInterface(binder);
394 IIntentReceiver receiver = IIntentReceiver.Stub.asInterface(
433 IVoiceInteractor voiceInteractor = IVoiceInteractor.Stub.asInterface(
    [all...]
ActivityManagerNative.java 69 static public IActivityManager asInterface(IBinder obj) {
153 IApplicationThread app = ApplicationThreadNative.asInterface(b);
176 IApplicationThread app = ApplicationThreadNative.asInterface(b);
200 IApplicationThread app = ApplicationThreadNative.asInterface(b);
226 IApplicationThread app = ApplicationThreadNative.asInterface(b);
250 IApplicationThread app = ApplicationThreadNative.asInterface(b);
273 IApplicationThread app = ApplicationThreadNative.asInterface(b);
303 IVoiceInteractionSession session = IVoiceInteractionSession.Stub.asInterface(
305 IVoiceInteractor interactor = IVoiceInteractor.Stub.asInterface(
409 IVoiceInteractionSession session = IVoiceInteractionSession.Stub.asInterface(
    [all...]
  /prebuilts/sdk/current/support/customtabs/libs/
android-support-customtabs.jar 
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java     [all...]

Completed in 867 milliseconds

1 2