Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountDetailDashboardFragmentTest.java108 .isEqualTo(CategoryKey.CATEGORY_ACCOUNT_DETAIL); in testCategory_isAccountDetail()
113 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_HasAccountType_shouldDisplay()
114 mActivityInfo.metaData.putString(METADATA_CATEGORY, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_HasAccountType_shouldDisplay()
122 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_NoAccountType_shouldNotDisplay()
123 mActivityInfo.metaData.putString(METADATA_CATEGORY, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_NoAccountType_shouldNotDisplay()
130 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_OtherAccountType_shouldNotDisplay()
131 mActivityInfo.metaData.putString(METADATA_CATEGORY, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_OtherAccountType_shouldNotDisplay()
146 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_HasAccountType_shouldAddAccountNameToIntent()
174 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in displayTile_shouldAddUserHandleToTileIntent()
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardFragmentRegistry.java99 CategoryKey.CATEGORY_ACCOUNT_DETAIL); in AccountDetailDashboardFragment.class.getName()
143 CATEGORY_KEY_TO_PARENT_MAP.put(CategoryKey.CATEGORY_ACCOUNT_DETAIL, in CATEGORY_KEY_TO_PARENT_MAP.put() argument
/packages/apps/Settings/tests/unit/src/com/android/settings/dashboard/
DDashboardFragmentRegistryTest.java41 CategoryKey.CATEGORY_ACCOUNT_DETAIL); in accountDetailCategoryShouldRedirectToAccountDashboardFragment()