OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appsSettingsIntent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/tests/unit/src/com/android/settings/applications/
ManageApplicationsLaunchTest.java
49
final Intent
appsSettingsIntent
= new
52
mInstrumentation.startActivitySync(
appsSettingsIntent
);
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
AppsSettingsTests.java
132
Intent
appsSettingsIntent
= new
134
mActivityHelper.launchIntent(
appsSettingsIntent
);
NotificationSettingsTests.java
148
Intent
appsSettingsIntent
= new Intent(Settings.ACTION_SETTINGS);
149
mActivityHelper.launchIntent(
appsSettingsIntent
);
Completed in 223 milliseconds