Searched defs:callbackIdentifier (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiTrafficPoller.java | 56 int callbackIdentifier) { in addCallback() 66 public void removeCallback(int callbackIdentifier) { in removeCallback()
|
D | WifiServiceImpl.java | 1235 int callbackIdentifier) { in registerSoftApCallback() 1275 public void unregisterSoftApCallback(int callbackIdentifier) { in unregisterSoftApCallback() 3211 int callbackIdentifier) { in registerTrafficStateCallback() 3238 public void unregisterTrafficStateCallback(int callbackIdentifier) { in unregisterTrafficStateCallback() 3284 int callbackIdentifier) { in registerNetworkRequestMatchCallback() 3312 public void unregisterNetworkRequestMatchCallback(int callbackIdentifier) { in unregisterNetworkRequestMatchCallback()
|
D | WifiNetworkFactory.java | 408 int callbackIdentifier) { in addCallback() 442 public void removeCallback(int callbackIdentifier) { in removeCallback()
|
D | ClientModeImpl.java | 6413 int callbackIdentifier) { in addNetworkRequestMatchCallback() 6420 public void removeNetworkRequestMatchCallback(int callbackIdentifier) { in removeNetworkRequestMatchCallback()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | ExternalCallbackTracker.java | 125 public boolean add(@NonNull IBinder binder, @NonNull T callbackObject, int callbackIdentifier) { in add() 150 public boolean remove(int callbackIdentifier) { in remove()
|
/frameworks/base/wifi/java/com/android/server/wifi/ |
D | BaseWifiService.java | 399 IBinder binder, ISoftApCallback callback, int callbackIdentifier) { in registerSoftApCallback() 404 public void unregisterSoftApCallback(int callbackIdentifier) { in unregisterSoftApCallback() 410 IBinder binder, ITrafficStateCallback callback, int callbackIdentifier) { in registerTrafficStateCallback() 415 public void unregisterTrafficStateCallback(int callbackIdentifier) { in unregisterTrafficStateCallback() 421 IBinder binder, INetworkRequestMatchCallback callback, int callbackIdentifier) { in registerNetworkRequestMatchCallback() 426 public void unregisterNetworkRequestMatchCallback(int callbackIdentifier) { in unregisterNetworkRequestMatchCallback()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | IWifiManager.aidl | 189 …oid registerSoftApCallback(in IBinder binder, in ISoftApCallback callback, int callbackIdentifier); in registerSoftApCallback() 191 void unregisterSoftApCallback(int callbackIdentifier); in unregisterSoftApCallback() 197 …TrafficStateCallback(in IBinder binder, in ITrafficStateCallback callback, int callbackIdentifier); in registerTrafficStateCallback() 199 void unregisterTrafficStateCallback(int callbackIdentifier); in unregisterTrafficStateCallback() 201 …MatchCallback(in IBinder binder, in INetworkRequestMatchCallback callback, int callbackIdentifier); in registerNetworkRequestMatchCallback() 203 void unregisterNetworkRequestMatchCallback(int callbackIdentifier); in unregisterNetworkRequestMatchCallback()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 1818 final int callbackIdentifier = 1; in registerSoftApCallbackThrowsSecurityExceptionOnMissingPermissions() local 1830 final int callbackIdentifier = 1; in registerSoftApCallbackThrowsIllegalArgumentExceptionOnInvalidArguments() local 1847 final int callbackIdentifier = 1; in unregisterSoftApCallbackThrowsSecurityExceptionOnMissingPermissions() local 1872 private void registerSoftApCallbackAndVerify(ISoftApCallback callback, int callbackIdentifier) in registerSoftApCallbackAndVerify() 1882 int callbackIdentifier) throws Exception { in registerSoftApCallbackAndVerify() 1896 final int callbackIdentifier = 1; in replacesOldCallbackWithNewCallbackWhenRegisteringTwice() local 1923 final int callbackIdentifier = 1; in unregisterSoftApCallbackRemovesCallback() local 1945 final int callbackIdentifier = 1; in unregisterSoftApCallbackDoesNotRemoveCallbackIfCallbackIdentifierNotMatching() local 1967 final int callbackIdentifier = 1; in correctCallbackIsCalledAfterAddingTwoCallbacksAndRemovingOne() local 2004 final int callbackIdentifier = 1; in registersForBinderDeathOnRegisterSoftApCallback() local [all …]
|
/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 734 ArgumentCaptor<Integer> callbackIdentifier = ArgumentCaptor.forClass(Integer.class); in unregisterSoftApCallbackCallGoesToWifiServiceImpl() local 1149 ArgumentCaptor<Integer> callbackIdentifier = ArgumentCaptor.forClass(Integer.class); in unregisterTrafficStateCallbackCallGoesToWifiServiceImpl() local 1247 ArgumentCaptor<Integer> callbackIdentifier = ArgumentCaptor.forClass(Integer.class); in unregisterNetworkRequestMatchCallbackCallGoesToWifiServiceImpl() local
|