Home
last modified time | relevance | path

Searched defs:system (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageItemPreferenceControllerTest.java289 final StorageItemPreference system = new StorageItemPreference(mContext); in testMeasurementCompletedUpdatesPreferences() local
346 final StorageItemPreference system = spy(new StorageItemPreference(mContext)); in settingUserIdAppliesNewIcons() local
384 final StorageItemPreference system = new StorageItemPreference(mContext); in displayPreference_dontHideFilePreferenceWhenEmulatedInternalStorageUsed() local
414 final StorageItemPreference system = new StorageItemPreference(mContext); in displayPreference_hideFilePreferenceWhenEmulatedStorageUnreadable() local
444 final StorageItemPreference system = new StorageItemPreference(mContext); in displayPreference_hideFilePreferenceWhenNoEmulatedInternalStorage() local
473 final StorageItemPreference system = new StorageItemPreference(mContext); in displayPreference_updateFilePreferenceToHideAfterSettingVolume() local
506 final StorageItemPreference system = new StorageItemPreference(mContext); in displayPreference_updateFilePreferenceToShowAfterSettingVolume() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java114 double[][] system = new double[n][3]; in solveSystem() local
/packages/services/Car/tools/ioanalyze/
Danalyzer.py242 system = SystemActivity() variable
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DUtilsTest.java401 private ApplicationInfo createApplicationInfo(String packageName, boolean system) { in createApplicationInfo()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java350 double[][] system = new double[n][3]; in solveSystem() local