Searched defs:appId (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
D | HealthService.java | 163 int appId = registerHealthAppNative(appConfig.getDataType(), halRole, in handleMessage() local 189 int appId = (mApps.get(appConfig)).mAppId; in handleMessage() local 201 int appId = (mApps.get(chan.mConfig)).mAppId; in handleMessage() local 490 private void onAppRegistrationState(int appId, int state) { in onAppRegistrationState() 497 private void onChannelStateChanged(int appId, byte[] addr, int cfgIndex, in onChannelStateChanged() 530 private BluetoothHealthAppConfiguration findAppConfigByAppId(int appId) { in findAppConfigByAppId() 871 private ChannelStateEvent(int appId, byte[] addr, int cfgIndex, in ChannelStateEvent() 909 private native boolean unregisterHealthAppNative(int appId); in unregisterHealthAppNative() 910 private native int connectChannelNative(byte[] btAddress, int appId); in connectChannelNative()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | ContextMap.java | 51 int appId; field in ContextMap.Connection 54 Connection(int connId, String address,int appId) { in Connection() 252 void removeConnectionsByAppId(int appId) { in removeConnectionsByAppId() 397 List<Connection> getConnectionByApp(int appId) { in getConnectionByApp()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | InstalledAppListerTest.java | 181 public static boolean checkAppFound(List<UserAppInfo> mInstalledAppList, String appId, in checkAppFound()
|
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/ |
D | Backend.java | 258 native void nativeSetSourceInfo(String appName, String version, String appId); in nativeSetSourceInfo()
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
D | DictionaryBackupAgent.java | 169 int appId = cursor.getInt(COLUMN_APPID); in getDictionary() local
|