Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DComputerEngine.java4845 final int numInstrumentations = mInstrumentation.size(); in queryInstrumentationAsUser() local
4846 for (int index = 0; index < numInstrumentations; index++) { in queryInstrumentationAsUser()