Searched refs:ITetheringEventCallback (Results 1 – 8 of 8) sorted by relevance
19 import android.net.ITetheringEventCallback;43 void registerTetheringEventCallback(ITetheringEventCallback callback, String callerPkg); in registerTetheringEventCallback()45 void unregisterTetheringEventCallback(ITetheringEventCallback callback, String callerPkg); in unregisterTetheringEventCallback()
74 private final ArrayMap<TetheringEventCallback, ITetheringEventCallback>429 private class TetheringCallbackInternal extends ITetheringEventCallback.Stub {1209 final ITetheringEventCallback remoteCallback = new ITetheringEventCallback.Stub() {1335 ITetheringEventCallback remoteCallback = mTetheringEventCallbacks.remove(callback);
29 oneway interface ITetheringEventCallback interface
37 import android.net.ITetheringEventCallback;162 public void registerTetheringEventCallback(ITetheringEventCallback callback, in registerTetheringEventCallback()174 public void unregisterTetheringEventCallback(ITetheringEventCallback callback, in unregisterTetheringEventCallback()
87 import android.net.ITetheringEventCallback;219 private final RemoteCallbackList<ITetheringEventCallback> mTetheringEventCallbacks =2192 void registerTetheringEventCallback(ITetheringEventCallback callback) { in registerTetheringEventCallback()2233 void unregisterTetheringEventCallback(ITetheringEventCallback callback) { in unregisterTetheringEventCallback()
41 import android.net.ITetheringEventCallback;69 @Mock private ITetheringEventCallback mITetheringEventCallback;
125 import android.net.ITetheringEventCallback;1670 private class TestTetheringEventCallback extends ITetheringEventCallback.Stub {
54 "src/android/net/ITetheringEventCallback.aidl",