/system/core/libbacktrace/ |
BacktraceMap.cpp | 13 * See the License for the specific language governing permissions and 55 char permissions[5]; local 64 &start, &end, permissions, &name_pos) != 3) { 71 &start, &end, permissions, &name_pos) != 3) { 79 if (permissions[0] == 'r') { 82 if (permissions[1] == 'w') { 85 if (permissions[2] == 'x') {
|
/device/generic/car/car-arm64/ |
car_emu_arm64.mk | 13 # See the License for the specific language governing permissions and 38 device/generic/car/common/android.hardware.dummy.xml:system/etc/permissions/handheld_core_hardware.xml \ 43 frameworks/native/data/etc/android.hardware.type.automotive.xml:system/etc/permissions/android.hardware.type.automotive.xml \ 44 frameworks/native/data/etc/android.hardware.screen.landscape.xml:system/etc/permissions/android.hardware.screen.landscape.xml
|
/device/generic/car/car-x86/ |
car_emu_x86.mk | 13 # See the License for the specific language governing permissions and 38 device/generic/car/common/android.hardware.dummy.xml:system/etc/permissions/handheld_core_hardware.xml \ 43 frameworks/native/data/etc/android.hardware.type.automotive.xml:system/etc/permissions/android.hardware.type.automotive.xml \ 44 frameworks/native/data/etc/android.hardware.screen.landscape.xml:system/etc/permissions/android.hardware.screen.landscape.xml
|
/device/generic/car/car-x86_64/ |
car_emu_x86_64.mk | 13 # See the License for the specific language governing permissions and 38 device/generic/car/common/android.hardware.dummy.xml:system/etc/permissions/handheld_core_hardware.xml \ 43 frameworks/native/data/etc/android.hardware.type.automotive.xml:system/etc/permissions/android.hardware.type.automotive.xml \ 44 frameworks/native/data/etc/android.hardware.screen.landscape.xml:system/etc/permissions/android.hardware.screen.landscape.xml
|
/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);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
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.
|
/system/tpm/tpm_manager/server/ |
local_data_store_impl.cc | 13 // See the License for the specific language governing permissions and 45 int permissions = 0; local 46 if (base::GetPosixFilePermissions(path, &permissions) && 47 (permissions & ~kLocalDataPermissions) != 0) { 78 LOG(ERROR) << "Failed to set permissions for file: " << path.value();
|
/build/make/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
|
/device/generic/car/car-armv7-a-neon/ |
car_emu_arm.mk | 13 # See the License for the specific language governing permissions and 38 device/generic/car/common/android.hardware.dummy.xml:system/etc/permissions/handheld_core_hardware.xml \ 43 frameworks/native/data/etc/android.hardware.type.automotive.xml:system/etc/permissions/android.hardware.type.automotive.xml \ 44 frameworks/native/data/etc/android.hardware.screen.landscape.xml:system/etc/permissions/android.hardware.screen.landscape.xml \ 45 frameworks/native/data/etc/android.software.freeform_window_management.xml:system/etc/permissions/android.software.freeform_window_management.xml
|
/device/generic/car/common/product/ |
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
|
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_process.h | 49 const std::vector<syscall_broker::BrokerFilePermission>& permissions, 62 // doesn't support execute permissions.
|
broker_process_unittest.cc | 58 std::vector<BrokerFilePermission> permissions; local 59 permissions.push_back(BrokerFilePermission::ReadOnly("/proc/cpuinfo")); 62 new BrokerProcess(EPERM, permissions)); 92 std::vector<BrokerFilePermission> permissions; local 93 permissions.push_back(BrokerFilePermission::ReadOnly(kR_WhiteListed)); 94 permissions.push_back( 96 permissions.push_back(BrokerFilePermission::WriteOnly(kW_WhiteListed)); 97 permissions.push_back(BrokerFilePermission::ReadWrite(kRW_WhiteListed)); 99 BrokerProcess open_broker(denied_errno, permissions, fast_check_in_client); 252 std::vector<BrokerFilePermission> permissions; local 308 std::vector<BrokerFilePermission> permissions; local 389 std::vector<BrokerFilePermission> permissions; local 423 std::vector<BrokerFilePermission> permissions; local 448 std::vector<BrokerFilePermission> permissions; local 537 std::vector<BrokerFilePermission> permissions; local 581 std::vector<BrokerFilePermission> permissions; local 623 std::vector<BrokerFilePermission> permissions; local [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
|
/frameworks/base/media/lib/signer/ |
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/tvremote/ |
Android.mk | 13 # See the License for the specific language governing permissions and 42 # This will install the file in /system/etc/permissions 44 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
|
/system/extras/ext4_utils/include/ext4_utils/ |
key_control.h | 29 long keyctl_setperm(key_serial_t id, int permissions);
|
/device/google/dragon/ |
device.mk | 13 # See the License for the specific language governing permissions and 59 $(LOCAL_PATH)/com.nvidia.nvsi.xml:system/etc/permissions/com.nvidia.nvsi.xml 83 frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \ 84 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ 85 frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \ 86 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ 87 frameworks/native/data/etc/android.hardware.camera.full.xml:system/etc/permissions/android.hardware.camera.full.xml \ 88 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ 89 frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ 90 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml [all...] |
/device/huawei/angler/ |
device.mk | 13 # See the License for the specific language governing permissions and 131 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ 132 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ 133 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ 134 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ 135 frameworks/native/data/etc/android.hardware.camera.full.xml:system/etc/permissions/android.hardware.camera.full.xml \ 136 frameworks/native/data/etc/android.hardware.camera.raw.xml:system/etc/permissions/android.hardware.camera.raw.xml \ 137 frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \ 138 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 139 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml [all...] |
/device/lge/bullhead/ |
device.mk | 13 # See the License for the specific language governing permissions and 99 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ 100 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ 101 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ 102 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ 103 frameworks/native/data/etc/android.hardware.camera.full.xml:system/etc/permissions/android.hardware.camera.full.xml \ 104 frameworks/native/data/etc/android.hardware.camera.raw.xml:system/etc/permissions/android.hardware.camera.raw.xml \ 105 frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \ 106 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 107 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml [all...] |
/developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/ |
PhonePermissionRequestActivity.java | 13 * See the License for the specific language governing permissions and 31 * phone permissions for storage. If they choose to move forward, the permission screen 55 // If permissions granted, we start the main activity (shut this activity down). 80 * Callback received when a permissions request has been completed. 84 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { 86 String permissionResult = "Request code: " + requestCode + ", Permissions: " + permissions 101 * If service started this Activity (b/c wear requested data where permissions were not
|
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/ |
PhonePermissionRequestActivity.java | 13 * See the License for the specific language governing permissions and 31 * phone permissions for storage. If they choose to move forward, the permission screen 55 // If permissions granted, we start the main activity (shut this activity down). 80 * Callback received when a permissions request has been completed. 84 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { 86 String permissionResult = "Request code: " + requestCode + ", Permissions: " + permissions 101 * If service started this Activity (b/c wear requested data where permissions were not
|