Searched refs:mServiceClient (Results 1 – 3 of 3) sorted by relevance
161 private MyServiceClient mServiceClient; field in AbstractRestrictBackgroundNetworkTestCase179 mServiceClient = new MyServiceClient(mContext); in setUp()180 mServiceClient.bind(); in setUp()191 mServiceClient.unbind(); in tearDown()259 return mServiceClient.getCounters(receiverName, action); in getNumberBroadcastsReceived()263 final String status = mServiceClient.getRestrictBackgroundStatus(); in assertRestrictBackgroundStatus()419 final String resultData = mServiceClient.checkNetworkStatus(); in checkNetworkAccess()751 mServiceClient.registerBroadcastReceiver(); in registerBroadcastReceiver()772 mServiceClient.registerNetworkCallback(request, cb); in registerNetworkCallback()776 mServiceClient.unregisterNetworkCallback(); in unregisterNetworkCallback()[all …]
514 private IAutoFillManagerClient mServiceClient; field in AutofillManager789 mServiceClient.asBinder(), receiver); in onCreate()1900 mServiceClient.asBinder(), id, bounds, value, mContext.getUserId(), in startSessionLocked()1994 if (mServiceClient == null) { in tryAddServiceClientIfNeededLocked()1995 mServiceClient = new AutofillManagerClient(this); in tryAddServiceClientIfNeededLocked()2007 mService.removeClient(mServiceClient, userId); in tryAddServiceClientIfNeededLocked()2008 mServiceClient = null; in tryAddServiceClientIfNeededLocked()2021 final IAutoFillManagerClient serviceClient = mServiceClient; in tryAddServiceClientIfNeededLocked()2052 + mServiceClient); in startAutofillIfNeededLocked()2279 mServiceClient = null; in setState()[all …]
62715 Landroid/view/autofill/AutofillManager;->mServiceClient:Landroid/view/autofill/IAutoFillManagerClie…