HomeSort by relevance Sort by last modified time
    Searched refs:appInstance (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/location/
ContextHubService.java 280 int appInstance = header[HEADER_FIELD_APP_INSTANCE];
283 hubHandle + ", appInstance " + appInstance + ", callBackCount " + callbacksCount);
294 callback.onMessageReceipt(hubHandle, appInstance, msg);
  /frameworks/base/services/core/jni/
com_android_server_location_ContextHubService.cpp 478 " as appInstance %" PRId32, action, entry.truncName,
700 jint appInstance = getAppInstanceForAppId(apps[i].appId);
701 if (appInstance == -1) {
703 appInstance = generateId();
705 addAppInstance(&apps[i], hubHandle, appInstance, env);
    [all...]

Completed in 432 milliseconds