Searched defs:isPlatform (Results 1 - 1 of 1) sorted by relevance

/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/
H A DAppPermissionsFragmentWear.java172 boolean isPlatform = group.getDeclaringPackage().equals(Utils.OS_PKG);
179 showOrAddToNonSystemPreferences(pref, nonSystemPreferences, isPlatform);
183 showOrAddToNonSystemPreferences(pref, nonSystemPreferences, isPlatform);
195 boolean isPlatform) {
197 if (isPlatform) {
193 showOrAddToNonSystemPreferences(SwitchPreference pref, List<SwitchPreference> nonSystemPreferences, boolean isPlatform) argument

Completed in 105 milliseconds