/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | attributes | 5 # All types used for devices. 13 # All types used for processes. 16 # All types used for filesystems. 33 # All types used for /data files. 45 # All types in /system 48 # All types in /vendor 122 # All keystore2_key labels. 201 # All domains used for apps. 224 # All vendor hwservice. 301 # All HAL servers [all …]
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | attributes | 5 # All types used for devices. 13 # All types used for processes. 16 # All types used for filesystems. 33 # All types used for /data files. 45 # All types in /system 48 # All types in /vendor 122 # All keystore2_key labels. 201 # All domains used for apps. 224 # All vendor hwservice. 301 # All HAL servers [all …]
|
/aosp12/system/sepolicy/public/ |
H A D | attributes | 5 # All types used for devices. 13 # All types used for processes. 16 # All types used for filesystems. 33 # All types used for /data files. 45 # All types in /system 48 # All types in /vendor 122 # All keystore2_key labels. 201 # All domains used for apps. 224 # All vendor hwservice. 301 # All HAL servers [all …]
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | attributes | 5 # All types used for devices. 10 # All types used for processes. 13 # All types used for filesystems. 30 # All types used for /data files. 37 # All types in /system 40 # All types in /vendor 54 # All types used for sysfs files. 173 # All domains used for apps. 176 # All third party apps. 275 # All HAL servers [all …]
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | attributes | 5 # All types used for devices. 10 # All types used for processes. 13 # All types used for filesystems. 30 # All types used for /data files. 37 # All types in /system 40 # All types in /vendor 54 # All types used for sysfs files. 129 # All domains used for apps. 132 # All third party apps. 231 # All HAL servers [all …]
|
/aosp12/system/sepolicy/prebuilts/api/26.0/public/ |
H A D | attributes | 5 # All types used for devices. 10 # All types used for processes. 13 # All types used for filesystems. 30 # All types used for /data files. 34 # All types in /vendor 37 # All types use for sysfs files. 46 # All types used for nodes/hosts. 107 # All domains used for apps. 110 # All third party apps. 168 # All HAL servers [all …]
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | attributes | 5 # All types used for devices. 10 # All types used for processes. 13 # All types used for filesystems. 30 # All types used for /data files. 36 # All types in /vendor 43 # All types used for sysfs files. 52 # All types used for nodes/hosts. 118 # All domains used for apps. 121 # All third party apps. 215 # All HAL servers [all …]
|
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
H A D | CarrierIdProviderTest.java | 207 contentValues.put(CarrierId.All.GID1, test_gid1); in testInvalidInsertionCarrierInfo() 222 mContentResolver.insert(CarrierId.All.CONTENT_URI, in testDeleteCarrierInfo() 229 String whereClause = CarrierId.All.MCCMNC + "=?"; in testDeleteCarrierInfo() 306 CarrierId.All.MCCMNC + "=? and " in testMultiRowInsertionQuery() 307 + CarrierId.All.GID1 + "=? and " in testMultiRowInsertionQuery() 308 + CarrierId.All.ICCID_PREFIX + "=?", in testMultiRowInsertionQuery() 425 contentValues.put(CarrierId.All.GID1, test_gid1); in createCarrierInfoInternal() 426 contentValues.put(CarrierId.All.GID2, test_gid2); in createCarrierInfoInternal() 427 contentValues.put(CarrierId.All.PLMN, test_plmn); in createCarrierInfoInternal() 429 contentValues.put(CarrierId.All.SPN, test_spn); in createCarrierInfoInternal() [all …]
|
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | CarrierIdProvider.java | 146 CarrierId.All.MCCMNC, 147 CarrierId.All.GID1, 148 CarrierId.All.GID2, 149 CarrierId.All.PLMN, 150 CarrierId.All.IMSI_PREFIX_XPATTERN, 151 CarrierId.All.SPN, 152 CarrierId.All.APN, 153 CarrierId.All.ICCID_PREFIX, 176 + CarrierId.All.SPN + " TEXT," in getStringForCarrierIdTableCreation() 177 + CarrierId.All.APN + " TEXT," in getStringForCarrierIdTableCreation() [all …]
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | attributes | 5 # All types used for devices. 10 # All types used for processes. 13 # All types used for filesystems. 30 # All types used for /data files. 35 # All types in /vendor 38 # All types use for sysfs files. 47 # All types used for nodes/hosts. 108 # All domains used for apps. 111 # All third party apps. 186 # All HAL servers [all …]
|
/aosp12/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
H A D | ProtoInputStreamBoolTest.java | 103 final Test.All all = new Test.All(); in testReadCompat() 109 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 225 final Test.All all = new Test.All(); in testRepeatedCompat() 231 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 346 final Test.All all = new Test.All(); in testPackedCompat() 352 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
H A D | ProtoInputStreamFixed32Test.java | 124 final Test.All all = new Test.All(); in testReadCompat() 130 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 259 final Test.All all = new Test.All(); in testRepeatedCompat() 265 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 393 final Test.All all = new Test.All(); in testPackedCompat() 399 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
H A D | ProtoInputStreamInt32Test.java | 126 final Test.All all = new Test.All(); in testReadCompat() 132 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 265 final Test.All all = new Test.All(); in testRepeatedCompat() 271 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 411 final Test.All all = new Test.All(); in testPackedCompat() 417 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
H A D | ProtoInputStreamSFixed32Test.java | 124 final Test.All all = new Test.All(); in testReadCompat() 130 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 259 final Test.All all = new Test.All(); in testRepeatedCompat() 265 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 393 final Test.All all = new Test.All(); in testPackedCompat() 399 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
H A D | ProtoInputStreamSInt32Test.java | 124 final Test.All all = new Test.All(); in testReadCompat() 130 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 259 final Test.All all = new Test.All(); in testRepeatedCompat() 265 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 393 final Test.All all = new Test.All(); in testPackedCompat() 399 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
H A D | ProtoInputStreamUInt32Test.java | 126 final Test.All all = new Test.All(); in testReadCompat() 132 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 264 final Test.All all = new Test.All(); in testRepeatedCompat() 270 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 410 final Test.All all = new Test.All(); in testPackedCompat() 416 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
H A D | ProtoInputStreamFixed64Test.java | 149 final Test.All all = new Test.All(); in testReadCompat() 155 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 322 final Test.All all = new Test.All(); in testRepeatedCompat() 328 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 493 final Test.All all = new Test.All(); in testPackedCompat() 499 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
H A D | ProtoInputStreamInt64Test.java | 147 final Test.All all = new Test.All(); in testReadCompat() 153 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 314 final Test.All all = new Test.All(); in testRepeatedCompat() 320 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 491 final Test.All all = new Test.All(); in testPackedCompat() 497 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
H A D | ProtoInputStreamSFixed64Test.java | 149 final Test.All all = new Test.All(); in testReadCompat() 155 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 322 final Test.All all = new Test.All(); in testRepeatedCompat() 328 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 493 final Test.All all = new Test.All(); in testPackedCompat() 499 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
H A D | ProtoInputStreamSInt64Test.java | 144 final Test.All all = new Test.All(); in testReadCompat() 150 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 307 final Test.All all = new Test.All(); in testRepeatedCompat() 313 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 468 final Test.All all = new Test.All(); in testPackedCompat() 474 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
H A D | ProtoInputStreamUInt64Test.java | 146 final Test.All all = new Test.All(); in testReadCompat() 152 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 312 final Test.All all = new Test.All(); in testRepeatedCompat() 318 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 487 final Test.All all = new Test.All(); in testPackedCompat() 493 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
H A D | ProtoInputStreamStringTest.java | 117 final Test.All all = new Test.All(); in testReadCompat() 123 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 248 final Test.All all = new Test.All(); in testRepeatedCompat() 254 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat()
|
H A D | ProtoInputStreamFloatTest.java | 160 final Test.All all = new Test.All(); in testReadCompat() 166 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 345 final Test.All all = new Test.All(); in testRepeatedCompat() 351 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 525 final Test.All all = new Test.All(); in testPackedCompat() 531 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
H A D | ProtoInputStreamDoubleTest.java | 169 final Test.All all = new Test.All(); in testReadCompat() 175 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() 372 final Test.All all = new Test.All(); in testRepeatedCompat() 378 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() 572 final Test.All all = new Test.All(); in testPackedCompat() 578 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CarrierResolver.java | 119 } else if (CarrierId.All.CONTENT_URI.equals(uri)) { 330 CarrierId.All.CONTENT_URI, in loadCarrierMatchingRulesOnMccMnc() 332 /* selection */ CarrierId.All.MCCMNC + "=?", in loadCarrierMatchingRulesOnMccMnc() 362 CarrierId.All.CONTENT_URI, in getCarrierNameFromId() 392 CarrierId.All.CONTENT_URI, in getCarrierMatchingRulesFromMccMnc() 394 /* selection */ CarrierId.All.MCCMNC + "=?", in getCarrierMatchingRulesFromMccMnc() 560 CarrierId.All.IMSI_PREFIX_XPATTERN)), in makeCarrierMatchingRule() 562 CarrierId.All.ICCID_PREFIX)), in makeCarrierMatchingRule() 1074 CarrierId.All.CONTENT_URI, in getCarrierIdsFromApnQuery() 1145 CarrierId.All.CONTENT_URI, in getCursorForMccMnc() [all …]
|