Home
last modified time | relevance | path

Searched refs:getLogTag (Results 1 – 25 of 222) sorted by relevance

123456789

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dashboard/
DDashboardFragment.java149 refreshDashboardTiles(getLogTag()); in onCategoriesChanged()
154 refreshAllPreferences(getLogTag()); in onCreatePreferences()
181 Log.d(getLogTag(), String.format( in notifySummaryChanged()
274 protected abstract String getLogTag(); in getLogTag() method in DashboardFragment
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardFragment.java155 refreshDashboardTiles(getLogTag()); in onCategoriesChanged()
160 refreshAllPreferences(getLogTag()); in onCreatePreferences()
187 Log.d(getLogTag(), String.format( in notifySummaryChanged()
280 protected abstract String getLogTag(); in getLogTag() method in DashboardFragment
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DEnterpriseSetDefaultAppsListFragmentTest.java70 public void getLogTag() { in getLogTag() method in EnterpriseSetDefaultAppsListFragmentTest
71 assertThat(mFragment.getLogTag()).isEqualTo("EnterprisePrivacySettings"); in getLogTag()
DApplicationListFragmentTest.java75 public void getLogTag() { in getLogTag() method in ApplicationListFragmentTest
76 assertThat(mFragment.getLogTag()).isEqualTo("EnterprisePrivacySettings"); in getLogTag()
/packages/apps/Settings/src/com/android/settings/deviceinfo/legal/
DModuleLicensesDashboard.java33 protected String getLogTag() { in getLogTag() method in ModuleLicensesDashboard
/packages/apps/Settings/src/com/android/settings/wallpaper/
DWallpaperTypeSettings.java39 protected String getLogTag() { in getLogTag() method in WallpaperTypeSettings
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wallpaper/
DWallpaperTypeSettings.java39 protected String getLogTag() { in getLogTag() method in WallpaperTypeSettings
/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutPickerFragment.java57 protected String getLogTag() { in getLogTag() method in KeyboardLayoutPickerFragment
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DKeyboardLayoutPickerFragment.java57 protected String getLogTag() { in getLogTag() method in KeyboardLayoutPickerFragment
/packages/apps/Settings/src/com/android/settings/enterprise/
DEnterpriseSetDefaultAppsListFragment.java41 protected String getLogTag() { in getLogTag() method in EnterpriseSetDefaultAppsListFragment
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/
DEnterpriseSetDefaultAppsListFragment.java41 protected String getLogTag() { in getLogTag() method in EnterpriseSetDefaultAppsListFragment
/packages/apps/Settings/src/com/android/settings/gestures/
DGlobalActionsPanelSettings.java42 protected String getLogTag() { in getLogTag() method in GlobalActionsPanelSettings
/packages/apps/Settings/src/com/android/settings/shortcut/
DCreateShortcut.java58 protected String getLogTag() { in getLogTag() method in CreateShortcut
/packages/apps/Settings/src/com/android/settings/
DLegalSettings.java42 protected String getLogTag() { in getLogTag() method in LegalSettings
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/shortcut/
DCreateShortcut.java58 protected String getLogTag() { in getLogTag() method in CreateShortcut
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DLegalSettings.java42 protected String getLogTag() { in getLogTag() method in LegalSettings
/packages/apps/Settings/src/com/android/settings/accessibility/
DVibrationSettings.java50 protected String getLogTag() { in getLogTag() method in VibrationSettings
/packages/apps/Settings/src/com/android/settings/display/darkmode/
DDarkModeSettingsFragment.java70 protected String getLogTag() { in getLogTag() method in DarkModeSettingsFragment
/packages/apps/Settings/src/com/android/settings/backup/
DBackupSettingsFragment.java49 protected String getLogTag() { in getLogTag() method in BackupSettingsFragment
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DVibrationSettings.java50 protected String getLogTag() { in getLogTag() method in VibrationSettings
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DBubbleNotificationSettings.java43 protected String getLogTag() { in getLogTag() method in BubbleNotificationSettings
/packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/
DFirmwareVersionSettings.java41 protected String getLogTag() { in getLogTag() method in FirmwareVersionSettings
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/
DSpecialAccessSettings.java38 protected String getLogTag() { in getLogTag() method in SpecialAccessSettings
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/firmwareversion/
DFirmwareVersionSettings.java41 protected String getLogTag() { in getLogTag() method in FirmwareVersionSettings
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/backup/
DBackupSettingsFragment.java49 protected String getLogTag() { in getLogTag() method in BackupSettingsFragment

123456789