Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DDefaultLayoutProviderTest.java52 private static final String SETTINGS_APP = "com.android.settings"; field in DefaultLayoutProviderTest
72 writeLayout(new LauncherLayoutBuilder().atHotseat(0).putApp(SETTINGS_APP, SETTINGS_APP)); in testCustomProfileLoaded_with_icon_on_hotseat()
102 .addApp(SETTINGS_APP, SETTINGS_APP) in testCustomProfileLoaded_with_folder()
103 .addApp(SETTINGS_APP, SETTINGS_APP) in testCustomProfileLoaded_with_folder()
104 .addApp(SETTINGS_APP, SETTINGS_APP) in testCustomProfileLoaded_with_folder()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAreaInfoReceiver.java43 areaInfoIntent.setPackage(CellBroadcastAlertService.SETTINGS_APP); in onReceive()
DCellBroadcastAlertService.java91 static final String SETTINGS_APP = "com.android.settings"; field in CellBroadcastAlertService
476 intent.setPackage(SETTINGS_APP); in isChannelEnabled()