Searched defs:READ_SMS (Results 1 – 2 of 2) sorted by relevance
428 READ_SMS, existingGrantState); in grantSmsPermission_setsGrantState() local467 READ_SMS, PERMISSION_GRANT_STATE_GRANTED); in grantSmsPermission_permissionIsGranted() local474 READ_SMS, existingGrantState); in grantSmsPermission_permissionIsGranted() local508 READ_SMS, PERMISSION_GRANT_STATE_GRANTED); in grantSmsPermission_doesNotApplyToUser_permissionIsNotGranted() local515 READ_SMS, existingGrantState); in grantSmsPermission_doesNotApplyToUser_permissionIsNotGranted() local564 READ_SMS, existingGrantState); in grantSmsPermission_cannotBeApplied_returnsTrueButDoesNotSetGrantState() local
53 public static final String READ_SMS = "android.permission.READ_SMS"; field in CommonPermissions