Home
last modified time | relevance | path

Searched refs:newChain (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/pkg/
H A DPackageStateTest.kt228 val newChain = parentChain + kClass.simpleName!! regex
229 val newChainText = newChain.joinToString()
266 visitType(seenTypes, newChain, value, it.type!!)
271 expectUnsupported(newChain, it) { collection.clear() }
291 visitType(seenTypes, newChain, entry.key!!, it.returnType.arguments[0].type!!)
292 visitType(seenTypes, newChain, entry.value!!, it.returnType.arguments[1].type!!)
295 expectUnsupported(newChain, it) { map.clear() }
/aosp14/frameworks/base/tools/processors/immutability/src/android/processor/immutability/
H A DImmutabilityProcessor.kt190 val newChain = parentChain + "$classType" regex
200 visitMethod(newChain, seenTypesByPolicy, method, newPolicyExceptions) || anyError
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java1110 for (WorkChain newChain : newChains) { in updateClientUids()
1111 mAppOps.startOpNoThrow(AppOpsManager.OP_GPS, newChain.getAttributionUid(), in updateClientUids()
1112 newChain.getAttributionTag()); in updateClientUids()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java4895 final WorkChain newChain = newChains.get(i); in noteChangeWakelockFromSourceLocked() local
4896 noteStartWakeLocked(newChain.getAttributionUid(), newPid, newChain, newName, in noteChangeWakelockFromSourceLocked() local