Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DTimeSpentInAppPreferenceController.java38 static final Intent SEE_TIME_IN_APP_TEMPLATE = new Intent(Settings.ACTION_APP_USAGE_SETTINGS); field in TimeSpentInAppPreferenceController
52 mIntent = new Intent(SEE_TIME_IN_APP_TEMPLATE) in setPackageName()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DTimeSpentInAppPreferenceController.java42 static final Intent SEE_TIME_IN_APP_TEMPLATE = new Intent(Settings.ACTION_APP_USAGE_SETTINGS); field in TimeSpentInAppPreferenceController
58 mIntent = new Intent(SEE_TIME_IN_APP_TEMPLATE) in setPackageName()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DTimeSpentInAppPreferenceControllerTest.java54 TimeSpentInAppPreferenceController.SEE_TIME_IN_APP_TEMPLATE)