/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
D | StorageFragment.java | 178 final boolean isPrivate = mVolumeInfo.getType() == VolumeInfo.TYPE_PRIVATE; in refresh() 184 if (isPrivate) { in refresh() 194 mAppsUsagePref.setVisible(isPrivate); in refresh() 197 mDcimUsagePref.setVisible(isPrivate); in refresh() 198 mMusicUsagePref.setVisible(isPrivate); in refresh() 199 mDownloadsUsagePref.setVisible(isPrivate); in refresh() 200 mCacheUsagePref.setVisible(isPrivate); in refresh()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/ |
D | StorageEntry.java | 163 if (isPrivate() && !other.isPrivate()) { in compareTo() 166 if (!isPrivate() && other.isPrivate()) { in compareTo() 240 public boolean isPrivate() { in isPrivate() method in StorageEntry
|
D | StorageUsageProgressBarPreferenceController.java | 78 if (mStorageEntry != null && mStorageEntry.isMounted() && mStorageEntry.isPrivate()) { in getStorageStatsAndUpdateUi() 92 if (mStorageEntry.isPrivate()) { in getStorageStatsAndUpdateUi()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | VolumeOptionMenuController.java | 143 if (mStorageEntry.isPrivate()) { in updateOptionsMenu() 188 if (mStorageEntry.isPrivate() && !mStorageEntry.isDefaultInternalStorage()) { in onOptionsItemSelected() 203 if ((mStorageEntry.isPrivate() && !mStorageEntry.isDefaultInternalStorage()) in onOptionsItemSelected() 219 if (mStorageEntry.isPrivate()) { in onOptionsItemSelected() 252 if (mStorageEntry.isPrivate()) { in onOptionsItemSelected()
|
D | StorageCategoryFragment.java | 114 if (mStorageCacheHelper.hasCachedSizeInfo() && mSelectedStorageEntry.isPrivate()) { in refreshUi() 120 if (mSelectedStorageEntry.isPrivate()) { in refreshUi()
|
D | StorageDashboardFragment.java | 246 if (mStorageCacheHelper.hasCachedSizeInfo() && mSelectedStorageEntry.isPrivate()) { in refreshUi() 253 if (mSelectedStorageEntry.isPrivate()) { in refreshUi()
|
/packages/services/Car/libs/car-test-lib/src/android/car/test/util/ |
D | DisplayUtils.java | 58 boolean isPrivate) { in createDisplayWithDefaultDisplayMetricsAndWait() argument 95 int flags = isPrivate ? 0 in createDisplayWithDefaultDisplayMetricsAndWait()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/ |
D | SystemShortcutTest.java | 310 when(mUserIconInfo.isPrivate()).thenReturn(false); in testUninstallGetShortcutWithNonPrivateItemInfo() 314 verify(mUserIconInfo).isPrivate(); in testUninstallGetShortcutWithNonPrivateItemInfo() 327 when(mUserIconInfo.isPrivate()).thenReturn(true); in testUninstallGetShortcutWithSystemItemInfo() 345 when(mUserIconInfo.isPrivate()).thenReturn(true); in testUninstallGetShortcutWithPrivateItemInfo()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/storage/ |
D | StorageEntryTest.java | 210 assertThat(privateStorage.isPrivate()).isTrue(); in isPrivate_privateVolume_shouldReturnTrue() 229 assertThat(diskStorage.isPrivate()).isFalse(); in isPrivate_nonVolumeInfo_shouldReturnFalse() 230 assertThat(recordStorage2.isPrivate()).isFalse(); in isPrivate_nonVolumeInfo_shouldReturnFalse()
|
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/src/main/java/com/android/development/ |
D | DexToStubConverter.java | 274 if (!"<init>".equals(method.getName()) && isPrivate(method)) { in writeClass() 355 if (isPrivate(field)) { in writeClass() 506 private static boolean isPrivate(Member member) { in isPrivate() method in DexToStubConverter
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | SessionCommitReceiver.java | 104 && UserCache.getInstance(context).getUserInfo(user).isPrivate()) { in isEnabled()
|
D | SecondaryDropTarget.java | 183 info.user).isPrivate()) { in getButtonType()
|
/packages/services/Car/tools/GenericCarApiBuilder/src/com/android/car/tool/apibuilder/ |
D | ParsedDataBuilder.java | 171 if (n.isInterface() && field.isPrivate()) { in getFieldData() 205 if (n.isInterface() && method.isPrivate()) { in getMethodData()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
D | WorkspaceItemInfo.java | 127 if (UserCache.INSTANCE.get(context).getUserInfo(user).isPrivate()) { in WorkspaceItemInfo()
|
D | AppInfo.java | 207 if (userIconInfo.isPrivate()) { in updateRuntimeFlagsForActivityTarget()
|
D | ItemInfo.java | 533 } else if (info.isPrivate()) { in getUserType()
|
/packages/apps/Launcher3/src/com/android/launcher3/pm/ |
D | UserCache.java | 136 List<String> preInstallApp = userIconInfo.isPrivate() in fetchPreInstallApps()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | SystemShortcut.java | 344 itemInfo.user).isPrivate()) {
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | PackageUpdatedTask.java | 192 } else if (userCache.getUserInfo(mUser).isPrivate()) { in execute()
|
D | LoaderTask.java | 709 } else if (mUserCache.getUserInfo(user).isPrivate()) { in loadAllApps()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatPredictionController.java | 419 activity.getApplicationContext()).getUserInfo(itemInfo.user).isPrivate()) { in getShortcut()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | PrivateProfileManager.java | 143 mPrivateProfileMatcher = (user) -> userCache.getUserInfo(user).isPrivate(); in PrivateProfileManager()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
D | WorkspaceItemProcessorTest.kt | 159 mock<UserIconInfo>().apply { whenever(isPrivate).thenReturn(false) } in setup()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | TaskView.kt | 1644 UserCache.getInstance(context).getUserInfo(componentKey.user).isPrivate in <lambda>()
|