Searched refs:blocklist (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/binder/rust/ |
D | libbinder_ndk_bindgen_flags.txt | 11 --blocklist-function="vprintf" 12 --blocklist-function="strtold" 13 --blocklist-function="_vtlog" 14 --blocklist-function="vscanf" 15 --blocklist-function="vfprintf_worker" 16 --blocklist-function="vsprintf" 17 --blocklist-function="vsnprintf" 18 --blocklist-function="vsnprintf_filtered" 19 --blocklist-function="vfscanf" 20 --blocklist-function="vsscanf" [all …]
|
/frameworks/base/packages/DynamicSystemInstallationService/tests/src/com/android/dynsystem/ |
D | KeyRevocationListTest.java | 62 KeyRevocationList blocklist; in testFromJsonString() local 63 blocklist = KeyRevocationList.fromJsonString(sBlocklistJsonString); in testFromJsonString() 64 Assert.assertNotNull(blocklist); in testFromJsonString() 65 Assert.assertFalse(blocklist.mEntries.isEmpty()); in testFromJsonString() 66 blocklist = KeyRevocationList.fromJsonString("{}"); in testFromJsonString() 67 Assert.assertNotNull(blocklist); in testFromJsonString() 68 Assert.assertTrue(blocklist.mEntries.isEmpty()); in testFromJsonString() 100 KeyRevocationList blocklist = KeyRevocationList.fromUrl(mockUrl); in testFromUrl() local 101 Assert.assertNotNull(blocklist); in testFromUrl() 102 Assert.assertFalse(blocklist.mEntries.isEmpty()); in testFromUrl() [all …]
|
/frameworks/base/services/robotests/src/com/android/server/location/gnss/ |
D | GnssSatelliteBlocklistHelperTest.java | 72 String blocklist = "3,0,5,24"; in blocklistOf2Satellites_callbackIsCalled() local 73 updateBlocklistAndVerifyCallbackIsCalled(blocklist); in blocklistOf2Satellites_callbackIsCalled() 81 String blocklist = "3, 11"; in blocklistWithSpaces_callbackIsCalled() local 82 updateBlocklistAndVerifyCallbackIsCalled(blocklist); in blocklistWithSpaces_callbackIsCalled() 90 String blocklist = ""; in emptyBlocklist_callbackIsCalled() local 91 updateBlocklistAndVerifyCallbackIsCalled(blocklist); in emptyBlocklist_callbackIsCalled() 99 String blocklist = "3,0,5"; in blocklistWithOddNumberOfValues_callbackIsNotCalled() local 100 updateBlocklistAndNotifyContentObserver(blocklist); in blocklistWithOddNumberOfValues_callbackIsNotCalled() 109 String blocklist = "3,-11"; in blocklistWithNegativeValue_callbackIsNotCalled() local 110 updateBlocklistAndNotifyContentObserver(blocklist); in blocklistWithNegativeValue_callbackIsNotCalled() [all …]
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssSatelliteBlocklistHelper.java | 67 String blocklist = Settings.Global.getString( in updateSatelliteBlocklist() local 70 if (blocklist == null) { in updateSatelliteBlocklist() 71 blocklist = ""; in updateSatelliteBlocklist() 73 Log.i(TAG, String.format("Update GNSS satellite blocklist: %s", blocklist)); in updateSatelliteBlocklist() 77 blocklistValues = parseSatelliteBlocklist(blocklist); in updateSatelliteBlocklist() 100 static List<Integer> parseSatelliteBlocklist(String blocklist) throws NumberFormatException { in parseSatelliteBlocklist() argument 101 String[] strings = blocklist.split(BLOCKLIST_DELIMITER); in parseSatelliteBlocklist()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/ |
D | StatusBarIconBlocklist.kt | 39 val blocklist = res.getStringArray( in <lambda>() constant 49 return blocklist.filter { icon -> in <lambda>()
|
/frameworks/native/libs/binder/trusty/rust/binder_rpc_unstable_bindgen/ |
D | rules.mk | 36 --blocklist-type="AIBinder" \
|
/frameworks/base/core/java/android/view/contentprotection/flags/ |
D | content_protection_flags.aconfig | 7 description: "If true, content protection blocklist is mutable and can be updated."
|
/frameworks/native/libs/binder/rust/rpcbinder/ |
D | Android.bp | 79 "--blocklist-type",
|
/frameworks/native/libs/nativewindow/rust/ |
D | Android.bp | 32 "--blocklist-type",
|
/frameworks/base/libs/androidfw/ |
D | Android.bp | 157 blocklist: "libandroidfw_blocklist.txt",
|