Searched refs:irpc (Results 1 – 2 of 2) sorted by relevance
297 String irpc = IRemotelyProvisionedComponent.DESCRIPTOR + "/" + name; in getIrpcBinder() local300 ServiceManager.waitForDeclaredService(irpc)); in getIrpcBinder()302 throw new IllegalArgumentException("failed to find " + irpc); in getIrpcBinder()309 String irpc = IRemotelyProvisionedComponent.DESCRIPTOR + "/" + name; in getRegistrationProxy() local312 context, callerUid, irpc, BIND_TIMEOUT, executor, registration); in getRegistrationProxy()
76 IRemotelyProvisionedComponent irpc = mIrpcs.get(name); in getIrpcBinder() local77 if (irpc == null) { in getIrpcBinder()78 throw new IllegalArgumentException("failed to find " + irpc); in getIrpcBinder()80 return irpc; in getIrpcBinder()