Home
last modified time | relevance | path

Searched refs:CATEGORY_ACCOUNT_DETAIL (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountDetailDashboardFragmentTest.java104 .isEqualTo(CategoryKey.CATEGORY_ACCOUNT_DETAIL); in testCategory_isAccountDetail()
109 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_HasAccountType_shouldDisplay()
110 mActivityInfo.metaData.putString(METADATA_CATEGORY, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_HasAccountType_shouldDisplay()
118 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_NoAccountType_shouldNotDisplay()
119 mActivityInfo.metaData.putString(METADATA_CATEGORY, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_NoAccountType_shouldNotDisplay()
126 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_OtherAccountType_shouldNotDisplay()
127 mActivityInfo.metaData.putString(METADATA_CATEGORY, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_OtherAccountType_shouldNotDisplay()
142 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_HasAccountType_shouldAddAccountNameToIntent()
170 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in displayTile_shouldAddUserHandleToTileIntent()
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardFragmentRegistry.java91 CategoryKey.CATEGORY_ACCOUNT_DETAIL); in AccountDetailDashboardFragment.class.getName()
130 CATEGORY_KEY_TO_PARENT_MAP.put(CategoryKey.CATEGORY_ACCOUNT_DETAIL, in CATEGORY_KEY_TO_PARENT_MAP.put() argument
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DDashboardFragmentRegistryTest.java39 CategoryKey.CATEGORY_ACCOUNT_DETAIL); in accountDetailCategoryShouldRedirectToAccountDashboardFragment()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dashboard/
DDashboardFragmentRegistry.java89 CategoryKey.CATEGORY_ACCOUNT_DETAIL); in AccountDetailDashboardFragment.class.getName()