Home
last modified time | relevance | path

Searched defs:appId (Results 1 – 4 of 4) 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.java45 int appId; field in ContextMap.Connection
47 Connection(int connId, String address,int appId) { in Connection()
279 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
/packages/apps/Browser/src/com/android/browser/
DIntentHandler.java129 final String appId = intent in onNewIntent() local