Home
last modified time | relevance | path

Searched refs:cbInt (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/
DCallbackQueue.java108 final int cbInt = getCallbackInt(netId, callbackId); in removeCallbacks() local
109 return removeValues(cb -> cb == cbInt); in removeCallbacks()