Home | History | Annotate | Download | only in app

Lines Matching refs:MODE_ERRORED

69      * MODE_ERRORED (throw a SecurityException back to the caller; the normal operation calls
98 public static final int MODE_ERRORED = 2;
946 AppOpsManager.MODE_ERRORED, // OP_MOCK_LOCATION
1459 * @param mode The restriction mode (MODE_IGNORED,MODE_ERRORED) or MODE_ALLOWED to unrestrict.
1596 * returns {@link #MODE_ERRORED}.
1622 * returns {@link #MODE_ERRORED}.
1649 * of throwing a {@link SecurityException} it returns {@link #MODE_ERRORED}.
1677 * returns {@link #MODE_ERRORED}.
1713 if (mode == MODE_ERRORED) {
1724 * returns {@link #MODE_ERRORED}.
1759 if (mode == MODE_ERRORED) {
1770 * returns {@link #MODE_ERRORED}.
1799 if (mode == MODE_ERRORED) {
1828 if (mode == MODE_ERRORED) {
1839 * of throwing a {@link SecurityException} it returns {@link #MODE_ERRORED}.
1853 * returns {@link #MODE_ERRORED}.
1904 if (mode == MODE_ERRORED) {
1915 * returns {@link #MODE_ERRORED}.