/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | CarrierIdProviderTest.java | 169 mContentResolver.insert(CarrierId.All.CONTENT_URI, createCarrierInfoInternal()); in testInsertCarrierInfo() 170 Cursor countCursor = mContentResolver.query(CarrierId.All.CONTENT_URI, in testInsertCarrierInfo() 191 mContentResolver.insert(CarrierId.All.CONTENT_URI, contentValues); in testDuplicateInsertionCarrierInfo() 192 mContentResolver.insert(CarrierId.All.CONTENT_URI, contentValues); in testDuplicateInsertionCarrierInfo() 207 contentValues.put(CarrierId.All.GID1, test_gid1); in testInvalidInsertionCarrierInfo() 208 mContentResolver.insert(CarrierId.All.CONTENT_URI, contentValues); in testInvalidInsertionCarrierInfo() 222 mContentResolver.insert(CarrierId.All.CONTENT_URI, in testDeleteCarrierInfo() 229 String whereClause = CarrierId.All.MCCMNC + "=?"; in testDeleteCarrierInfo() 231 numRowsDeleted = mContentResolver.delete(CarrierId.All.CONTENT_URI, in testDeleteCarrierInfo() 249 mContentResolver.insert(CarrierId.All.CONTENT_URI, contentValues); in testUpdateCarrierInfo() [all …]
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | CarrierIdProvider.java | 147 CarrierId.All.MCCMNC, 148 CarrierId.All.GID1, 149 CarrierId.All.GID2, 150 CarrierId.All.PLMN, 151 CarrierId.All.IMSI_PREFIX_XPATTERN, 152 CarrierId.All.SPN, 153 CarrierId.All.APN, 154 CarrierId.All.ICCID_PREFIX, 155 CarrierId.All.PRIVILEGE_ACCESS_RULE, 172 + CarrierId.All.MCCMNC + " TEXT NOT NULL," in getStringForCarrierIdTableCreation() [all …]
|
/packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/ |
D | CarrierConfigTest.java | 331 Telephony.CarrierId.All.CONTENT_URI, in getCarrierId() 333 /* selection */ Telephony.CarrierId.All.MCCMNC + "=? AND " in getCarrierId() 334 + Telephony.CarrierId.All.GID1 in getCarrierId() 336 + Telephony.CarrierId.All.GID2 in getCarrierId() 338 + Telephony.CarrierId.All.IMSI_PREFIX_XPATTERN in getCarrierId() 340 + Telephony.CarrierId.All.SPN in getCarrierId()
|
/packages/modules/Bluetooth/system/doc/ |
D | directory_layout.md | 7 * src/ - All source files for the subsystem. 8 * include/ - All include files for the subsystem. 9 * test/ - All unit tests for the subsystem.
|
/packages/services/Car/cpp/computepipe/sepolicy/public/ |
D | attributes | 1 # All computepipe clients 5 # All computepipe runners
|
/packages/modules/Virtualization/microdroid_manager/src/ |
D | vm_secret.rs | 185 TargetEntry::All, in sealing_policy() 191 TargetEntry::All, in sealing_policy() 197 TargetEntry::All, in sealing_policy()
|
/packages/modules/common/proto/ |
D | sdk.proto | 24 // All the modules that can be used for version requirements. 80 // All the defined extension versions.
|
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/ |
D | Policy.kt | 22 import com.android.libraries.pcc.chronicle.api.policy.contextrules.All in <lambda>() 36 val allowedContext: PolicyContextRule = All in <lambda>()
|
/packages/modules/DnsResolver/ |
D | NOTICE | 2 All rights reserved. 31 All rights reserved. 59 All rights reserved. 103 The Regents of the University of California. All rights reserved. 132 The Regents of the University of California. All rights reserved. 142 3. All advertising materials mentioning features or use of this software 165 The Regents of the University of California. All rights reserved. 212 The Regents of the University of California. All rights reserved. 222 3. All advertising materials mentioning features or use of this software 245 The Regents of the University of California. All rights reserved. [all …]
|
/packages/services/Car/cpp/watchdog/sepolicy/public/ |
D | attributes | 1 # All car watchdog clients
|
/packages/services/Car/cpp/powerpolicy/sepolicy/public/ |
D | attributes | 1 # All car power policy callbacks
|
/packages/modules/NeuralNetworks/tools/systrace_parser/ |
D | run_tests.sh | 9 echo All tests passed
|
/packages/apps/TV/common/src/com/android/tv/common/support/tvprovider/ |
D | README.md | 6 All classes here must have an associated bug to move to androidx
|
/packages/modules/NeuralNetworks/runtime/ |
D | NOTICE | 193 Copyright 2018 The TensorFlow Authors. All rights reserved. 562 All distribution of Covered Software in Source Code Form, including any 780 Copyright (c) 2016-present, Facebook Inc. All rights reserved. 782 All contributions by Facebook: 785 All contributions by Google: 787 All rights reserved. 789 All contributions by Yangqing Jia: 791 All rights reserved. 793 All contributions from Caffe: 795 All rights reserved. [all …]
|
/packages/modules/Media/flags/ |
D | flags.aconfig | 5 # All flags targeting V have to be is_fixed_read_only true.
|
/packages/apps/Settings/src/com/android/settings/spa/app/ |
D | AllAppList.kt | 99 val options = mutableListOf(SpinnerItem.All, SpinnerItem.Enabled) in getSpinnerOptions() 161 All(R.string.filter_all_apps),
|
/packages/modules/AdServices/adservices/linter/documentation/ |
D | README.md | 4 the checker should run against production code (prod), test code (test), or both (common). All
|
/packages/providers/MediaProvider/pdf/framework/ |
D | pdf_viewer_flags.aconfig | 4 # All the flags that we are adding into Android V release have to be fixed read only.
|
/packages/apps/Settings/aconfig/ |
D | settings_development_flag_declarations.aconfig | 6 # NOTE: All Settings flags share the same Flags class, so prefix our
|
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/builder/ |
D | PolicyBuilder.kt | 31 import com.android.libraries.pcc.chronicle.api.policy.contextrules.All 124 var allowedContext: PolicyContextRule = All
|
/packages/modules/Bluetooth/tools/rootcanal/ |
D | README.md | 46 a custom Controller configuration file. All properties defined in 60 All RootCanal instances expose four TCP ports:
|
/packages/modules/common/ |
D | README.md | 9 This project uses a single source path for java code. All java code should go
|
/packages/modules/RemoteKeyProvisioning/system-server/ |
D | README.md | 10 requires system server to host a visible service. All service calls to the
|
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/contextrules/ |
D | PolicyContextRule.kt | 39 object All : PolicyContextRule { in invoke() object
|
/packages/services/Telephony/testapps/GbaTestApp/ |
D | Android.bp | 1 // Copyright 2020 Google Inc. All rights reserved.
|