Searched refs:IntentEntry (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/systemintents/src/android/systemintents/cts/ |
D | TestSystemIntents.java | 48 private static class IntentEntry { class in TestSystemIntents 52 public IntentEntry(int f, Intent i) { in IntentEntry() method in TestSystemIntents.IntentEntry 73 private final IntentEntry[] mTestIntents = { 75 new IntentEntry(0, new Intent(Settings.ACTION_SETTINGS)), 76 new IntentEntry(0, new Intent(Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS)), 77 new IntentEntry(0, new Intent(Settings.ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS)), 78 new IntentEntry(0, new Intent(Settings.ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS) 80 … new IntentEntry(0, new Intent(Settings.ACTION_IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS) 82 new IntentEntry(0, new Intent(Settings.ACTION_HOME_SETTINGS)), 83 new IntentEntry(EXCLUDE_NON_TELEPHONY, [all …]
|