Searched refs:requestObj (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstantAppResolver.java | 121 InstantAppResolverConnection connection, InstantAppRequest requestObj) { in doInstantAppResolutionPhaseOne() argument 127 final Intent origIntent = requestObj.origIntent; in doInstantAppResolutionPhaseOne() 135 requestObj.digest.getDigestPrefixSecure(), requestObj.userId, token); in doInstantAppResolutionPhaseOne() 138 instantAppResolveInfoList, origIntent, requestObj.resolvedType, in doInstantAppResolutionPhaseOne() 139 requestObj.userId, origIntent.getPackage(), requestObj.digest, token); in doInstantAppResolutionPhaseOne() 151 if (requestObj.resolveForStart && resolutionStatus == RESOLUTION_SUCCESS) { in doInstantAppResolutionPhaseOne() 175 InstantAppResolverConnection connection, InstantAppRequest requestObj, in doInstantAppResolutionPhaseTwo() argument 178 final String token = requestObj.responseObj.token; in doInstantAppResolutionPhaseTwo() 182 final Intent origIntent = requestObj.origIntent; in doInstantAppResolutionPhaseTwo() 194 0 /*userId*/, origIntent.getPackage(), requestObj.digest, in doInstantAppResolutionPhaseTwo() [all …]
|
/frameworks/base/core/jni/ |
D | android_os_HwBinder.cpp | 159 ScopedLocalRef<jobject> requestObj(env, JHwParcel::NewObject(env)); in onTransact() local 160 JHwParcel::GetNativeContext(env, requestObj.get())->setParcel( in onTransact() 177 requestObj.get(), in onTransact() 221 JHwParcel::GetNativeContext(env, requestObj.get())->setParcel( in onTransact()
|
D | android_os_HwRemoteBinder.cpp | 332 jobject requestObj, in JHwRemoteBinder_native_transact() argument 338 if (requestObj == NULL) { in JHwRemoteBinder_native_transact() 344 JHwParcel::GetNativeContext(env, requestObj)->getParcel(); in JHwRemoteBinder_native_transact()
|