Searched refs:mExpectedProcessName (Results 1 – 1 of 1) sorted by relevance
45 final String mExpectedProcessName; field in BaseNetworkService96 if (!mExpectedProcessName.equals(getApplication().getProcessName())) {98 "Not running in correct process, expected " + mExpectedProcessName221 mExpectedProcessName = expectedProcessName; in BaseNetworkService()