Home
last modified time | relevance | path

Searched defs:appId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java166 int appId = registerHealthAppNative(appConfig.getDataType(), halRole, in handleMessage() local
192 int appId = (mApps.get(appConfig)).mAppId; in handleMessage() local
204 int appId = (mApps.get(chan.mConfig)).mAppId; in handleMessage() local
487 private void onAppRegistrationState(int appId, int state) { in onAppRegistrationState()
494 private void onChannelStateChanged(int appId, byte[] addr, int cfgIndex, in onChannelStateChanged()
527 private BluetoothHealthAppConfiguration findAppConfigByAppId(int appId) { in findAppConfigByAppId()
869 private ChannelStateEvent(int appId, byte[] addr, int cfgIndex, in ChannelStateEvent()
907 private native boolean unregisterHealthAppNative(int appId); in unregisterHealthAppNative()
908 private native int connectChannelNative(byte[] btAddress, int appId); in connectChannelNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DContextMap.java50 int appId; field in ContextMap.Connection
53 Connection(int connId, String address,int appId) { in Connection()
342 List<Connection> getConnectionByApp(int appId) { in getConnectionByApp()
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java169 int appId = cursor.getInt(COLUMN_APPID); in getDictionary() local