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

/packages/services/Car/tests/vehiclenetworkservice_unit_tests/
H A DVehiclePropertyAccessControlForTesting.cpp25 const xmlChar* uid, const xmlChar* access) {
26 return VehiclePropertyAccessControl::accessToInt(value, property, uid, access);
29 bool VehiclePropertyAccessControlForTesting::updateOrCreate(int32_t uid, int32_t property, int32_t access) { argument
30 return VehiclePropertyAccessControl::updateOrCreate(uid, property, access);
24 accessToInt(int32_t* const value,const xmlChar* property, const xmlChar* uid, const xmlChar* access) argument
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
H A DVehiclePropConfigUtil.java66 public static VehiclePropConfig.Builder getBuilder(int property, int access, int changeMode, argument
71 setAccess(access).
/packages/apps/Settings/src/com/android/settings/notification/
H A DZenAccessSettings.java135 final boolean access = (Boolean) newValue;
136 if (access) {
172 private static void setAccess(final Context context, final String pkg, final boolean access) { argument
177 mgr.setNotificationPolicyAccessGranted(pkg, access);
204 * Warning dialog when allowing zen access warning about the privileges being granted.
250 * Warning dialog when revoking zen access warning that zen rule instances will be deleted.
/packages/services/Car/vehicle_network_service/
H A DVehiclePropertyAccessControl.cpp66 // Converts the string representation, access, to an integer form and store it
67 // in value. true is returned if the parameter, access, is "r", "w", "rw" or
69 // only used for logging in the event that the string, access, was not
74 const xmlChar* access) {
75 if (!value || !property || !uid || !access) {
80 if (xmlStrcmp(access, (const xmlChar *)"r") == 0) {
83 else if (xmlStrcmp(access, (const xmlChar *)"w") == 0) {
86 else if ((xmlStrcmp(access, (const xmlChar *)"rw") == 0)
87 || (xmlStrcmp(access, (const xmlChar *)"wr") == 0)) {
91 ALOGE("Unknown access ta
71 accessToInt(int32_t* const value, const xmlChar* property, const xmlChar* uid, const xmlChar* access) argument
101 updateOrCreate(int32_t uid, int32_t property, int32_t access) argument
137 xmlChar* access = NULL; local
294 int32_t access; local
337 int32_t access = (*uidAccessMap)[uid]; local
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jar ... value String prop static synthetic java.lang.String access$000 (java.lang.String, java.lang ...

Completed in 532 milliseconds