/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.symlink_status/ |
symlink_status.pass.cpp | 48 TEST_CHECK(st.permissions() == perms::unknown); 53 TEST_CHECK(st.permissions() == perms::unknown); 64 permissions(dir, perms::none); 81 TEST_CHECK(st.permissions() == perms::unknown); 102 TEST_CHECK(st.permissions() != perms::unknown); 106 TEST_CHECK(st.permissions() != perms::unknown); 136 TEST_CHECK(st.permissions() != perms::unknown); 140 TEST_CHECK(st.permissions() != perms::unknown); 170 TEST_CHECK(st.permissions() != perms::unknown); 174 TEST_CHECK(st.permissions() != perms::unknown) [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/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/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.
|
/system/bt/service/common/bluetooth/ |
characteristic.h | 13 // See the License for the specific language governing permissions and 30 uint16_t permissions, 35 permissions_(permissions), 48 uint16_t permissions() const { return permissions_; } function in class:bluetooth::Characteristic
|
/test/vts-testcase/kernel/api/hwbinder/ |
VtsKernelHwBinderTest.py | 14 # See the License for the specific language governing permissions and 49 permissions = target_file_utils.GetPermission( 52 target_file_utils.IsReadWrite(permissions), 53 "%s: File has invalid permissions (%s)" % (HWBINDER_PATH, 54 permissions)) 56 asserts.fail("Failed to assert permissions: %s" % str(e))
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
RequestPermissionsActivityBase.java | 13 * See the License for the specific language governing permissions and 44 /** Whether the permissions activity was already started. */ 53 * @return list of permissions that are needed in order for {@link #PREVIOUS_ACTIVITY_INTENT} 60 /** If true then start the target activity "for result" after permissions are granted. */ 71 // permissions) so this is important to track. 78 * If any permissions the Contacts app needs are missing, open an Activity 79 * to prompt the user for these permissions. Moreover, finish the current activity. 110 protected boolean isAllGranted(String permissions[], int[] grantResult) { 111 for (int i = 0; i < permissions.length; i++) { 113 && isPermissionRequired(permissions[i])) [all...] |
/device/linaro/hikey/ |
device-common.mk | 13 # See the License for the specific language governing permissions and 84 device/linaro/hikey/etc/permissions/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \ 85 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \ 86 frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml \ 87 frameworks/native/data/etc/android.software.backup.xml:system/etc/permissions/android.software.backup.xml \ 88 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ 89 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml 95 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ 96 frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml [all...] |
/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.wifi.passpoint.xml:system/etc/permissions/android.hardware.wifi.passpoint.xml [all...] |
/packages/apps/Car/Stream/src/com/android/car/stream/ |
PermissionsActivity.java | 13 * See the License for the specific language governing permissions and 34 * A trampoline activity that checks if all permissions necessary are granted. 42 private static final String[] PERMISSIONS = new String[]{ 61 && arePermissionGranted(PERMISSIONS); 75 boolean permissionGranted = arePermissionGranted(PERMISSIONS); 77 requestPermissions(PERMISSIONS, CAR_PERMISSION_REQUEST_CODE); 85 public void onRequestPermissionsResult(int requestCode, String[] permissions, 87 super.onRequestPermissionsResult(requestCode, permissions, grantResults); 92 for (int i = 0; i < permissions.length; i++) { 93 String permission = permissions[i] [all...] |
/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') {
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/service/ |
RuntimePermissionPresenterServiceImpl.java | 13 * See the License for the specific language governing permissions and 33 * Service that provides presentation information for runtime permissions. 49 List<RuntimePermissionPresentationInfo> permissions = new ArrayList<>(); local 59 permissions.add(permission); 63 return permissions;
|
/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 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_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
|
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_process.h | 49 const std::vector<syscall_broker::BrokerFilePermission>& permissions, 62 // doesn't support execute permissions.
|
/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. 125 List<RuntimePermissionPresentationInfo> permissions = 127 if (permissions != null && !permissions.isEmpty()) { 130 permissions);
|
/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/core/libkeyutils/include/ |
keyutils.h | 50 long keyctl_setperm(key_serial_t id, int permissions);
|
/device/huawei/angler/ |
device.mk | 13 # See the License for the specific language governing permissions and 127 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ 128 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ 129 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ 130 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ 131 frameworks/native/data/etc/android.hardware.camera.full.xml:system/etc/permissions/android.hardware.camera.full.xml \ 132 frameworks/native/data/etc/android.hardware.camera.raw.xml:system/etc/permissions/android.hardware.camera.raw.xml \ 133 frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \ 134 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 135 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml [all...] |