Searched refs:appId (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java51 int appId; field in class:ContextMap.Connection
54 Connection(int connId, String address,int appId) { argument
57 this.appId = appId;
260 void removeConnectionsByAppId(int appId) { argument
264 if (connection.appId == appId) {
371 return getById(connection.appId);
387 if (connection.address.equalsIgnoreCase(address) && connection.appId == id)
405 List<Connection> getConnectionByApp(int appId) { argument
[all...]
H A DGattService.java1711 for (Integer appId : mClientMap.getAllAppsIds()) {
1712 if (DBG) Log.d(TAG, "unreg:" + appId);
1713 unregisterClient(appId);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java163 int appId = registerHealthAppNative(appConfig.getDataType(), halRole,
165 if (appId == -1) {
179 appInfo.mAppId = appId;
189 int appId = (mApps.get(appConfig)).mAppId;
190 if (!unregisterHealthAppNative(appId)) {
191 Log.e(TAG, "Failed to unregister application: id: " + appId);
201 int appId = (mApps.get(chan.mConfig)).mAppId;
202 chan.mChannelId = connectChannelNative(devAddr, appId);
490 private void onAppRegistrationState(int appId, int state) { argument
492 msg.arg1 = appId;
497 onChannelStateChanged(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor pfd) argument
530 findAppConfigByAppId(int appId) argument
871 ChannelStateEvent(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor fileDescriptor) argument
909 unregisterHealthAppNative(int appId) argument
910 connectChannelNative(byte[] btAddress, int appId) argument
[all...]
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
H A DInstalledAppListerTest.java180 public static boolean checkAppFound(List<UserAppInfo> mInstalledAppList, String appId, argument
183 if (appId.equals(info.appInfo.packageName) && (info.userInfo.id == userId)) {
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java169 int appId = cursor.getInt(COLUMN_APPID);
173 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
H A DBackend.java256 * @param appId identifier for the delivering application
258 native void nativeSetSourceInfo(String appName, String version, String appId); argument

Completed in 150 milliseconds