Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java268 if (isRepositorySupported(SUPPORTED_REPOSITORIES_FAVORITES)) { in handleMessage()
271 if (isRepositorySupported(SUPPORTED_REPOSITORIES_LOCALPHONEBOOK)) { in handleMessage()
274 if (isRepositorySupported(SUPPORTED_REPOSITORIES_SIMCARD)) { in handleMessage()
493 private boolean isRepositorySupported(int mask) { in isRepositorySupported() method in PbapClientConnectionHandler