Searched refs:ACTION_USER_SETTINGS (Results 1 – 12 of 12) sorted by relevance
67 private val USER_SETTINGS_INTENT = Intent(Settings.ACTION_USER_SETTINGS) in <lambda>()
57 private val USER_SETTINGS_INTENT = Intent(Settings.ACTION_USER_SETTINGS) in <lambda>()
69 Intent intent = new Intent(Settings.ACTION_USER_SETTINGS); in onCreateView()
81 final Intent userSettingsIntent = new Intent(Settings.ACTION_USER_SETTINGS); in createPersistentNotification()
151 argThat(IntentMatcher(Settings.ACTION_USER_SETTINGS)), in clickSettingsButton_noFalsing_opensSettings()
229 Intent intent = new Intent(Settings.ACTION_USER_SETTINGS); in addManageUsersButton()
665 val intent = Intent(Settings.ACTION_USER_SETTINGS) in getUserSettingsIntent()
505 Intent(Settings.ACTION_USER_SETTINGS), in <lambda>()
537 assertThat(intentCaptor.value.action).isEqualTo(Settings.ACTION_USER_SETTINGS) in <lambda>()
247 public static final String ACTION_USER_SETTINGS = field in Settings
11931 field public static final String ACTION_USER_SETTINGS = "android.settings.USER_SETTINGS";
42349 Landroid/provider/Settings;->ACTION_USER_SETTINGS:Ljava/lang/String;