Searched defs:enableAppOpsList (Results 1 – 1 of 1) sorted by relevance
137 final String[] enableAppOpsList = {OP_MANAGE_MEDIA}; in testShouldShowActionDialog_noRESAndMES_true() local155 final String[] enableAppOpsList = {OP_MANAGE_EXTERNAL_STORAGE, OP_READ_EXTERNAL_STORAGE}; in testShouldShowActionDialog_noMANAGE_MEDIA_true() local173 final String[] enableAppOpsList = {OP_MANAGE_MEDIA, OP_READ_EXTERNAL_STORAGE}; in testShouldShowActionDialog_hasPermissionWithRES_false() local191 final String[] enableAppOpsList = {OP_MANAGE_EXTERNAL_STORAGE, OP_MANAGE_MEDIA}; in testShouldShowActionDialog_hasPermissionWithMES_false() local209 final String[] enableAppOpsList = in testShouldShowActionDialog_writeNoACCESS_MEDIA_LOCATION_true() local228 final String[] enableAppOpsList = { in testShouldShowActionDialog_writeHasACCESS_MEDIA_LOCATION_false() local247 private static void setupPermissions(int uid, @NonNull String[] enableAppOpsList, in setupPermissions()