Searched defs:appId (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
D | HealthService.java | 166 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/ |
D | ContextMap.java | 45 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/ |
D | DictionaryBackupAgent.java | 169 int appId = cursor.getInt(COLUMN_APPID); in getDictionary() local
|
/packages/apps/Browser/src/com/android/browser/ |
D | IntentHandler.java | 129 final String appId = intent in onNewIntent() local
|