Searched defs:READ_SMS (Results 1 – 2 of 2) sorted by relevance
426 READ_SMS, existingGrantState); in grantSmsPermission_setsGrantState() local465 READ_SMS, PERMISSION_GRANT_STATE_GRANTED); in grantSmsPermission_permissionIsGranted() local472 READ_SMS, existingGrantState); in grantSmsPermission_permissionIsGranted() local506 READ_SMS, PERMISSION_GRANT_STATE_GRANTED); in grantSmsPermission_doesNotApplyToUser_permissionIsNotGranted() local513 READ_SMS, existingGrantState); in grantSmsPermission_doesNotApplyToUser_permissionIsNotGranted() local561 READ_SMS, existingGrantState); in grantSmsPermission_cannotBeApplied_returnsTrueButDoesNotSetGrantState() local
53 public static final String READ_SMS = "android.permission.READ_SMS"; field in CommonPermissions