HomeSort by relevance Sort by last modified time
    Searched refs:getById (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 177 App entry = getById(id);
203 App getById(int id) {
247 return getById(connection.appId);
257 App entry = getById(id);
GattService.java 603 ClientMap.App app = mClientMap.getById(client.clientIf);
626 ServerMap.App app = mServerMap.getById(client.clientIf);
687 ClientMap.App app = mClientMap.getById(clientIf);
701 ClientMap.App app = mClientMap.getById(clientIf);
    [all...]

Completed in 215 milliseconds