Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DContextMap.java51 public int appId; field in ContextMap.Connection
54 Connection(int connId, String address, int appId) { in Connection() argument
57 this.appId = appId; in Connection()
276 void removeConnectionsByAppId(int appId) { in removeConnectionsByAppId() argument
280 if (connection.appId == appId) { in removeConnectionsByAppId()
393 return getById(connection.appId); in getByConnId()
411 if (connection.address.equalsIgnoreCase(address) && connection.appId == id) { in connIdByAddress()
432 List<Connection> getConnectionByApp(int appId) { in getConnectionByApp() argument
437 if (connection.appId == appId) { in getConnectionByApp()
469 connectedmap.put(conn.appId, conn.address); in getConnectedMap()
DGattService.java2106 for (Integer appId : mClientMap.getAllAppsIds()) { in unregAll()
2108 Log.d(TAG, "unreg:" + appId); in unregAll()
2110 unregisterClient(appId); in unregAll()
3183 for (Integer appId : mScannerMap.getAllAppsIds()) { in dumpRegisterId()
3184 println(sb, " app_if: " + appId + ", appName: " + mScannerMap.getById(appId).name); in dumpRegisterId()
3187 for (Integer appId : mClientMap.getAllAppsIds()) { in dumpRegisterId()
3188 println(sb, " app_if: " + appId + ", appName: " + mClientMap.getById(appId).name); in dumpRegisterId()
3191 for (Integer appId : mServerMap.getAllAppsIds()) { in dumpRegisterId()
3192 println(sb, " app_if: " + appId + ", appName: " + mServerMap.getById(appId).name); in dumpRegisterId()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppListerTest.java176 public static boolean checkAppFound(List<UserAppInfo> mInstalledAppList, String appId, in checkAppFound() argument
179 if (appId.equals(info.appInfo.packageName) && (info.userInfo.id == userId)) { in checkAppFound()
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java169 int appId = cursor.getInt(COLUMN_APPID); in getDictionary() local
173 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId in getDictionary()
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
DBackend.java264 native void nativeSetSourceInfo(String appName, String version, String appId); in nativeSetSourceInfo() argument