Searched refs:ITetheringEventCallback (Results 1 – 7 of 7) 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()
29 oneway interface ITetheringEventCallback interface
87 private final ArrayMap<TetheringEventCallback, ITetheringEventCallback>503 private static class TetheringCallbackInternal extends ITetheringEventCallback.Stub {1353 final ITetheringEventCallback remoteCallback = new ITetheringEventCallback.Stub() {1504 ITetheringEventCallback remoteCallback = mTetheringEventCallbacks.remove(callback);
46 import android.net.ITetheringEventCallback;82 @Mock private ITetheringEventCallback mITetheringEventCallback;627 final ArrayList<ITetheringEventCallback> callbacks = new ArrayList<>(); in testTetheringManagerLeak()631 callbacks.add((ITetheringEventCallback) args[0]); in testTetheringManagerLeak()638 callbacks.remove((ITetheringEventCallback) args[0]); in testTetheringManagerLeak()
134 import android.net.ITetheringEventCallback;2155 private class TestTetheringEventCallback extends ITetheringEventCallback.Stub {
39 import android.net.ITetheringEventCallback;164 public void registerTetheringEventCallback(ITetheringEventCallback callback, in registerTetheringEventCallback()176 public void unregisterTetheringEventCallback(ITetheringEventCallback callback, in unregisterTetheringEventCallback()
87 import android.net.ITetheringEventCallback;229 private final RemoteCallbackList<ITetheringEventCallback> mTetheringEventCallbacks =2382 void registerTetheringEventCallback(ITetheringEventCallback callback) { in registerTetheringEventCallback()2426 void unregisterTetheringEventCallback(ITetheringEventCallback callback) { in unregisterTetheringEventCallback()