Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/
DAppTimeSpentPreferenceTest.kt85 AppTimeSpentPreference(INSTALLED_APP) in noIntentHandler_notDisplay()
98 AppTimeSpentPreference(INSTALLED_APP) in hasIntentHandler_notSystemApp_notDisplay()
111 AppTimeSpentPreference(INSTALLED_APP) in installedApp_enabled()
130 AppTimeSpentPreference(notInstalledApp) in notInstalledApp_disabled()
/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DAppTimeSpentPreference.kt41 fun AppTimeSpentPreference(app: ApplicationInfo) { in <lambda>() method
DAppInfoSettings.kt150 AppTimeSpentPreference(app) in AppInfoSettings()