Searched defs:MODE_DEFAULT (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/binder/
H A DPermissionController.h44 MODE_DEFAULT = 3, enumerator in enum:android::PermissionController::__anon1458
/frameworks/native/libs/binder/include/binder/
H A DPermissionController.h44 MODE_DEFAULT = 3, enumerator in enum:android::PermissionController::__anon1578
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DAppOpsManagerCompat.java58 public static final int MODE_DEFAULT = AppOpsManager.MODE_DEFAULT; field in class:AppOpsManagerCompat
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java110 public static final int MODE_DEFAULT = 3; field in class:AppOpsManager
136 "default", // MODE_DEFAULT
1192 AppOpsManager.MODE_DEFAULT, // OP_WRITE_SETTINGS
1193 AppOpsManager.MODE_DEFAULT, // OP_SYSTEM_ALERT_WINDOW
1212 AppOpsManager.MODE_DEFAULT, // OP_GET_USAGE_STATS
1235 AppOpsManager.MODE_DEFAULT, // OP_REQUEST_INSTALL_PACKAGES
1237 AppOpsManager.MODE_DEFAULT, // OP_INSTANT_APP_START_FOREGROUND
2470 * to {@link #startOp(String, int, String) except that if the mode is {@link #MODE_DEFAULT}
2480 * @param startIfModeDefault Whether to start if mode is {@link #MODE_DEFAULT}.
2514 * @param startIfModeDefault Whether to start if mode is {@link #MODE_DEFAULT}
[all...]
/frameworks/base/core/java/android/provider/
H A DContactsContract.java8495 public static final int MODE_DEFAULT = MODE_LARGE; field in class:ContactsContract.QuickContact
8574 intent.putExtra(EXTRA_MODE, originalIntent.getIntExtra(EXTRA_MODE, MODE_DEFAULT));
8681 Intent intent = composeQuickContactsIntent(context, target, lookupUri, MODE_DEFAULT,
8721 Intent intent = composeQuickContactsIntent(context, target, lookupUri, MODE_DEFAULT,

Completed in 1134 milliseconds