Searched refs:requestObj (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstantAppResolver.java | 141 InstantAppRequest requestObj) { in doInstantAppResolutionPhaseOne() argument 143 final String token = requestObj.token; in doInstantAppResolutionPhaseOne() 150 Intent origIntent = requestObj.origIntent; in doInstantAppResolutionPhaseOne() 153 connection.getInstantAppResolveInfoList(buildRequestInfo(requestObj)); in doInstantAppResolutionPhaseOne() 156 instantAppResolveInfoList, origIntent, requestObj.resolvedType, in doInstantAppResolutionPhaseOne() 157 requestObj.userId, origIntent.getPackage(), token, in doInstantAppResolutionPhaseOne() 158 requestObj.hostDigestPrefixSecure); in doInstantAppResolutionPhaseOne() 170 if (requestObj.resolveForStart && resolutionStatus == RESOLUTION_SUCCESS) { in doInstantAppResolutionPhaseOne() 188 null /* filters */, requestObj.hostDigestPrefixSecure); in doInstantAppResolutionPhaseOne() 195 InstantAppRequest requestObj, ActivityInfo instantAppInstaller, in doInstantAppResolutionPhaseTwo() argument [all …]
|
/frameworks/base/core/jni/ |
D | android_os_HwBinder.cpp | 160 ScopedLocalRef<jobject> requestObj(env, JHwParcel::NewObject(env)); in onTransact() local 161 JHwParcel::GetNativeContext(env, requestObj.get())->setParcel( in onTransact() 178 requestObj.get(), in onTransact() 214 JHwParcel::GetNativeContext(env, requestObj.get())->setParcel( in onTransact() 260 static void JHwBinder_native_transact(JNIEnv *env, jobject thiz, jint code, jobject requestObj, in JHwBinder_native_transact() argument 262 if (requestObj == NULL) { in JHwBinder_native_transact() 282 const hardware::Parcel *request = JHwParcel::GetNativeContext(env, requestObj)->getParcel(); in JHwBinder_native_transact() 293 env->CallVoidMethod(thiz, gFields.onTransactID, code, requestObj, replyObj, flags); in JHwBinder_native_transact()
|
D | android_os_HwRemoteBinder.cpp | 329 jobject requestObj, in JHwRemoteBinder_native_transact() argument 335 if (requestObj == NULL) { in JHwRemoteBinder_native_transact() 341 JHwParcel::GetNativeContext(env, requestObj)->getParcel(); in JHwRemoteBinder_native_transact()
|