Searched refs:ACTION_MANAGE_DEFAULT_APP (Results 1 – 9 of 9) sorted by relevance
38 public static final String ACTION_MANAGE_DEFAULT_APP = field in RoleSearchIndexablesProvider78 ? ACTION_MANAGE_DEFAULT_APP : ACTION_MANAGE_SPECIAL_APP_ACCESS); in queryRawData()
50 case RoleSearchIndexablesProvider.ACTION_MANAGE_DEFAULT_APP: in onCreate()
111 final Intent intent = new Intent(Intent.ACTION_MANAGE_DEFAULT_APP) in handlePreferenceTreeClick()
73 Intent intent = new Intent(Intent.ACTION_MANAGE_DEFAULT_APP) in handlePreferenceClicked()
56 mIntent = new Intent(Intent.ACTION_MANAGE_DEFAULT_APP) in DefaultAssistPreferenceController()
197 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_MANAGE_DEFAULT_APP); in handlePreferenceTreeClick_shouldStartManageDefaultAppIntent()
187 assertThat(actual.getAction()).isEqualTo(Intent.ACTION_MANAGE_DEFAULT_APP); in performClick_permissionControllerExists_startsPermissionController()