Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 38) sorted by relevance

12

/packages/apps/Nfc/src/com/android/nfc/
DNfceeAccessControl.java84 boolean access = false; in check()
93 access = true; in check()
99 mUidCache.put(uid, access); in check()
100 return access; in check()
111 Boolean access = mUidCache.get(info.uid); in check() local
112 if (access == null) { in check()
113 access = checkPackageNfceeAccess(info.packageName); in check()
114 mUidCache.put(info.uid, access); in check()
116 return access; in check()
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
DVehiclePropConfigBuilder.java42 mConfig.access = VehiclePropertyAccess.READ_WRITE; in VehiclePropConfigBuilder()
50 newConfig.access = propConfig.access; in clone()
74 public VehiclePropConfigBuilder setAccess(int access) { in setAccess() argument
75 mConfig.access = access; in setAccess()
DMockedVehicleHal.java237 assertEquals(VehiclePropertyAccess.WRITE, mConfig.access & VehiclePropertyAccess.WRITE); in onPropertySet()
244 assertEquals(VehiclePropertyAccess.READ, mConfig.access & VehiclePropertyAccess.READ); in onPropertyGet()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jar ... value String prop static synthetic java.lang.String access$000 (java.lang.String, java ...
/packages/apps/Settings/src/com/android/settings/notification/
DZenAccessSettings.java138 final boolean access = (Boolean) newValue; in reloadList()
139 if (access) { in reloadList()
175 private static void setAccess(final Context context, final String pkg, final boolean access) { in setAccess() argument
176 logSpecialPermissionChange(access, pkg, context); in setAccess()
181 mgr.setNotificationPolicyAccessGranted(pkg, access); in setAccess()
/packages/services/Telecomm/libs/
Dguava.jar ... .util.concurrent.TimeUnit unit static synthetic long access$700 (com.google.common.util ...
/packages/apps/TV/libs/
Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainService.java486 private void broadcastPermissionChange(int uid, String alias, boolean access) { in broadcastPermissionChange() argument
496 intent.putExtra(KeyChain.EXTRA_KEY_ACCESSIBLE, access); in broadcastPermissionChange()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md102 // Using a reference for consecutive access is handy and faster.
124 You may access the elements in array by integer literal, for example, `a[0]`, `a[1]`, `a[2]`.
126 Array is similar to `std::vector`, instead of using indices, you may also use iterator to access al…
138 Similar to array, we can access all object members by iterator:
Dfeatures.md43 …edia.org/wiki/Simple_API_for_XML), RapidJSON provides a event sequential access parser API (`rapid…
Dinternals.md204 During optimization, it is found that some compilers cannot localize some member data access of str…
DDoxyfile.in1519 # search using the keyboard; to jump to the search box use <access key> + S
1520 # (what the <access key> is depends on the OS and browser, but it is typically
/packages/services/Car/tools/bootio/sepolicy/
Dbootio.te11 # Read access to pseudo filesystems (for /proc/stats, proc/io/io, etc).
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java476 if ((config.access & VehiclePropertyAccess.READ) == 0 || in isPropertySubscribable()
551 .append(",access:0x").append(toHexString(config.access)) in dump()
DSensorHalService.java109 && ((halProperty.access & VehiclePropertyAccess.READ) != 0)) { in getTokenForProperty()
/packages/services/Car/tools/bootio/
Dbootio.cpp61 if (access(SELF_IO, F_OK) == -1) { in StartDataCollection()
/packages/apps/Test/connectivity/sl4n/
DREADME.md46 b) To enable RPC access from the command prompt:
/packages/apps/Messaging/
Dproguard.flags55 # access those fields by reflection (e.g. EmojiMarkup)
/packages/services/Car/vehicle_monitor_service/
DProcessMonitor.cpp69 if (access(SELF_IO, F_OK) == -1) { in ProcessMonitor()
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses2416 information, your application may only use that information to access the user's Google Account
2455 7.1 If you use the SDK to run applications developed by a third party or that access data, content
2458 you may access through such third party applications are the sole responsibility of the person from
2460 as a result of the use or access of any of those third party applications, data, content, or
/packages/inputmethods/LatinIME/dictionaries/
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...

12