/external/libchrome/base/debug/ |
proc_maps_linux.h | 34 // Bitmask of read/write/execute/private/shared permissions. 35 uint8_t permissions; member in struct:base::debug::MappedMemoryRegion
|
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_policy.h | 30 // |permissions| is a list of BrokerPermission objects that define 33 const std::vector<BrokerFilePermission>& permissions); 39 // Note: access() being a system call to check permissions, this can get a bit
|
broker_process.h | 49 const std::vector<syscall_broker::BrokerFilePermission>& permissions, 62 // doesn't support execute permissions.
|
/libcore/ojluni/src/main/java/java/security/acl/ |
AclEntry.java | 36 * objects. Each ACL entry object contains a set of permissions associated 39 * as being either positive or negative. If positive, the permissions are 40 * to be granted to the associated principal. If negative, the permissions 57 * Specifies the principal for which permissions are granted or denied 71 * Returns the principal for which permissions are granted or denied by 94 * associated principal the set of permissions in the entry), false 103 * have multiple permissions. 135 * Returns an enumeration of the permissions in this ACL entry. 137 * @return an enumeration of the permissions in this ACL entry. 139 public Enumeration<Permission> permissions(); method in interface:AclEntry [all...] |
/system/bt/service/doc/ |
IBluetoothGattServer.txt | 13 * See the License for the specific language governing permissions and 64 in int properties, in int permissions, 75 in int permissions,
|
/system/extras/ext4_utils/ |
key_control.h | 26 long keyctl_setperm(key_serial_t id, int permissions);
|
/cts/apps/PermissionApp/src/com/android/cts/permission/permissionapp/ |
PermissionActivity.java | 13 * See the License for the specific language governing permissions and 27 * A simple activity that requests permissions and returns the result. 69 public void onRequestPermissionsResult(int requestCode, String[] permissions, 72 permissions.length != 1 || 73 !permissions[0].equals(mPermission)) { 74 Log.d(TAG, "Received wrong permissions result");
|
/cts/tests/tests/os/jni/ |
android_os_cts_NoExecutePermissionTest.cpp | 13 * See the License for the specific language governing permissions and 37 char permissions[10]; local 38 int scan = sscanf(line, "%" SCNxPTR "-%" SCNxPTR " %9s ", &start, &end, permissions); 40 retval = (permissions[2] == 'x');
|
/packages/apps/Settings/src/com/android/settings/applications/ |
PermissionsSummaryHelper.java | 13 * See the License for the specific language governing permissions and 37 @NonNull List<RuntimePermissionPresentationInfo> permissions) { 38 final int permissionCount = permissions.size(); 46 RuntimePermissionPresentationInfo permission = permissions.get(i);
|
/packages/apps/StorageManager/src/com/android/storagemanager/ |
DeletionHelperActivity.java | 13 * See the License for the specific language governing permissions and 57 public void onRequestPermissionsResult(int requestCode, String permissions[], 59 super.onRequestPermissionsResult(requestCode, permissions, grantResults); 60 f.onRequestPermissionsResult(requestCode, permissions, grantResults);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
SpellCheckerSettingsActivity.java | 13 * See the License for the specific language governing permissions and 19 import com.android.inputmethod.latin.permissions.PermissionsManager; 57 int requestCode, String[] permissions, int[] grantResults) { 59 requestCode, permissions, grantResults);
|
SpellCheckerSettingsFragment.java | 13 * See the License for the specific language governing permissions and 27 import com.android.inputmethod.latin.permissions.PermissionsManager; 28 import com.android.inputmethod.latin.permissions.PermissionsUtil; 33 import static com.android.inputmethod.latin.permissions.PermissionsManager.get; 69 // Check for permissions. 72 return; // all permissions granted, no need to request permissions.
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/activity/ |
RequestPermissionsActivityBase.java | 13 * See the License for the specific language governing permissions and 46 /** Whether the permissions activity was already started. */ 52 * @return list of permissions that are needed in order for {@link #PREVIOUS_ACTIVITY_INTENT} to 58 * @return list of permissions that would be useful for {@link #PREVIOUS_ACTIVITY_INTENT} to 72 // permissions) so this is important to track. 79 * If any permissions the Contacts app needs are missing, open an Activity 80 * to prompt the user for these permissions. Moreover, finish the current activity. 104 protected boolean isAllGranted(String permissions[], int[] grantResult) { 105 for (int i = 0; i < permissions.length; i++) { 107 && isPermissionRequired(permissions[i])) [all...] |
/platform_testing/utils/permissions/src/com/android/permissionutils/ |
PermissionInstrumentation.java | 13 * See the License for the specific language governing permissions and 33 * A utility to dump or grant all revoked runtime permissions 65 List<String> permissions = new ArrayList<>(); local 86 permissions.add(permission); 92 if (action == Action.DUMP && !permissions.isEmpty()) { 93 Log.e(DUMP_TAG, String.format("Revoked permissions for %s", info.packageName)); 94 for (String permission : permissions) { 97 permissions.clear();
|
/device/moto/shamu/ |
device.mk | 13 # See the License for the specific language governing permissions and 66 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ 67 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ 68 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ 69 frameworks/native/data/etc/android.hardware.camera.full.xml:system/etc/permissions/android.hardware.camera.full.xml \ 70 frameworks/native/data/etc/android.hardware.camera.raw.xml:system/etc/permissions/android.hardware.camera.raw.xml \ 71 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 72 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ 73 frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ 74 frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml [all...] |
/device/linaro/hikey/ |
device.mk | 13 # See the License for the specific language governing permissions and 83 device/linaro/hikey/etc/permissions/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \ 84 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \ 85 frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml \ 86 frameworks/native/data/etc/android.software.backup.xml:system/etc/permissions/android.software.backup.xml \ 87 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ 88 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml 97 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ 98 frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/permissions/ |
PermissionsActivity.java | 13 * See the License for the specific language governing permissions and 17 package com.android.inputmethod.latin.permissions; 28 * An activity to help request permissions. It's used when no other activity is available, e.g. in 29 * InputMethodService. This activity assumes that all permissions are not granted yet. 35 * Key to retrieve requested permissions from the intent. 49 * Starts a PermissionsActivity and checks/requests supplied permissions. 83 // Assuming that all supplied permissions are not granted yet, so that we don't need to 91 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { 94 requestCode, permissions, grantResults);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
SettingsActivity.java | 13 * See the License for the specific language governing permissions and 19 import com.android.inputmethod.latin.permissions.PermissionsManager; 85 public void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults) { 86 PermissionsManager.get(this).onRequestPermissionsResult(requestCode, permissions, grantResults);
|
/system/tpm/tpm_manager/server/ |
local_data_store_impl.cc | 13 // See the License for the specific language governing permissions and 41 int permissions = 0; local 42 if (base::GetPosixFilePermissions(path, &permissions) && 43 (permissions & ~kLocalDataPermissions) != 0) { 74 LOG(ERROR) << "Failed to set permissions for file: " << path.value();
|
/build/target/product/ |
aosp_arm64.mk | 13 # See the License for the specific language governing permissions and 24 PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml
|
aosp_mips64.mk | 13 # See the License for the specific language governing permissions and 24 PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml
|
full_base_telephony.mk | 13 # See the License for the specific language governing permissions and 28 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml
|
/frameworks/base/core/java/android/permissionpresenterservice/ |
RuntimePermissionPresenterService.java | 13 * See the License for the specific language governing permissions and 38 * This service presents information regarding runtime permissions that is 39 * used for presenting them in the UI. Runtime permissions are presented as 41 * permissions. 69 * Gets the runtime permissions for an app. 76 * Gets the apps that use runtime permissions. 119 List<RuntimePermissionPresentationInfo> permissions = 121 if (permissions != null && !permissions.isEmpty()) { 124 permissions); [all...] |
/frameworks/base/location/lib/ |
Android.mk | 13 # See the License for the specific language governing permissions and 40 # This will install the file in /system/etc/permissions 42 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
|
/frameworks/base/media/lib/remotedisplay/ |
Android.mk | 13 # See the License for the specific language governing permissions and 40 # This will install the file in /system/etc/permissions 42 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
|