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 | 1193 int callbackIdentifier) { in registerSoftApCallback() 1232 public void unregisterSoftApCallback(int callbackIdentifier) { in unregisterSoftApCallback() 3152 int callbackIdentifier) { in registerTrafficStateCallback() 3179 public void unregisterTrafficStateCallback(int callbackIdentifier) { in unregisterTrafficStateCallback() 3225 int callbackIdentifier) { in registerNetworkRequestMatchCallback() 3253 public void unregisterNetworkRequestMatchCallback(int callbackIdentifier) { in unregisterNetworkRequestMatchCallback()
|
D | WifiNetworkFactory.java | 427 int callbackIdentifier) { in addCallback() 456 public void removeCallback(int callbackIdentifier) { in removeCallback()
|
D | ClientModeImpl.java | 6321 int callbackIdentifier) { in addNetworkRequestMatchCallback() 6328 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 | 1667 final int callbackIdentifier = 1; in registerSoftApCallbackThrowsSecurityExceptionOnMissingPermissions() local 1682 final int callbackIdentifier = 1; in registerSoftApCallbackThrowsIllegalArgumentExceptionOnInvalidArguments() local 1699 final int callbackIdentifier = 1; in unregisterSoftApCallbackThrowsSecurityExceptionOnMissingPermissions() local 1727 private void registerSoftApCallbackAndVerify(ISoftApCallback callback, int callbackIdentifier) in registerSoftApCallbackAndVerify() 1737 int callbackIdentifier) throws Exception { in registerSoftApCallbackAndVerify() 1751 final int callbackIdentifier = 1; in replacesOldCallbackWithNewCallbackWhenRegisteringTwice() local 1776 final int callbackIdentifier = 1; in unregisterSoftApCallbackRemovesCallback() local 1796 final int callbackIdentifier = 1; in unregisterSoftApCallbackDoesNotRemoveCallbackIfCallbackIdentifierNotMatching() local 1816 final int callbackIdentifier = 1; in correctCallbackIsCalledAfterAddingTwoCallbacksAndRemovingOne() local 1853 final int callbackIdentifier = 1; in registersForBinderDeathOnRegisterSoftApCallback() local [all …]
|
/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 731 ArgumentCaptor<Integer> callbackIdentifier = ArgumentCaptor.forClass(Integer.class); in unregisterSoftApCallbackCallGoesToWifiServiceImpl() local 1146 ArgumentCaptor<Integer> callbackIdentifier = ArgumentCaptor.forClass(Integer.class); in unregisterTrafficStateCallbackCallGoesToWifiServiceImpl() local 1244 ArgumentCaptor<Integer> callbackIdentifier = ArgumentCaptor.forClass(Integer.class); in unregisterNetworkRequestMatchCallbackCallGoesToWifiServiceImpl() local
|