Searched defs:appId (Results 1 – 4 of 4) sorted by relevance
51 public int appId; field in ContextMap.Connection54 Connection(int connId, String address, int appId) { in Connection()276 void removeConnectionsByAppId(int appId) { in removeConnectionsByAppId()432 List<Connection> getConnectionByApp(int appId) { in getConnectionByApp()
176 public static boolean checkAppFound(List<UserAppInfo> mInstalledAppList, String appId, in checkAppFound()
264 native void nativeSetSourceInfo(String appName, String version, String appId); in nativeSetSourceInfo()
169 int appId = cursor.getInt(COLUMN_APPID); in getDictionary() local