Searched refs:inSystemProcess (Results 1 – 1 of 1) sorted by relevance
299 private Intent getNetworkStackIntent(@NonNull PackageManager pm, boolean inSystemProcess) { in getNetworkStackIntent() argument302 new Intent(inSystemProcess ? baseAction + IN_PROCESS_SUFFIX : baseAction); in getNetworkStackIntent()318 final int expectedUid = inSystemProcess ? Process.SYSTEM_UID : Process.NETWORK_STACK_UID; in getNetworkStackIntent()323 if (!inSystemProcess) { in getNetworkStackIntent()