Home
last modified time | relevance | path

Searched refs:requestObj (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java138 InstantAppResolverConnection connection, InstantAppRequest requestObj) { in doInstantAppResolutionPhaseOne() argument
140 final String token = requestObj.token; in doInstantAppResolutionPhaseOne()
147 Intent origIntent = requestObj.origIntent; in doInstantAppResolutionPhaseOne()
150 connection.getInstantAppResolveInfoList(buildRequestInfo(requestObj)); in doInstantAppResolutionPhaseOne()
153 instantAppResolveInfoList, origIntent, requestObj.resolvedType, in doInstantAppResolutionPhaseOne()
154 requestObj.userId, origIntent.getPackage(), token, in doInstantAppResolutionPhaseOne()
155 requestObj.hostDigestPrefixSecure); in doInstantAppResolutionPhaseOne()
167 if (requestObj.resolveForStart && resolutionStatus == RESOLUTION_SUCCESS) { in doInstantAppResolutionPhaseOne()
185 null /* filters */, requestObj.hostDigestPrefixSecure); in doInstantAppResolutionPhaseOne()
191 InstantAppResolverConnection connection, InstantAppRequest requestObj, in doInstantAppResolutionPhaseTwo() argument
[all …]
/frameworks/base/core/jni/
Dandroid_os_HwBinder.cpp161 ScopedLocalRef<jobject> requestObj(env, JHwParcel::NewObject(env)); in onTransact() local
162 JHwParcel::GetNativeContext(env, requestObj.get())->setParcel( in onTransact()
179 requestObj.get(), in onTransact()
215 JHwParcel::GetNativeContext(env, requestObj.get())->setParcel( in onTransact()
Dandroid_os_HwRemoteBinder.cpp319 jobject requestObj, in JHwRemoteBinder_native_transact() argument
325 if (requestObj == NULL) { in JHwRemoteBinder_native_transact()
331 JHwParcel::GetNativeContext(env, requestObj)->getParcel(); in JHwRemoteBinder_native_transact()