Home
last modified time | relevance | path

Searched defs:all (Results 1 – 25 of 44) sorted by relevance

12

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintServiceRegistryTest.java139 final List<FingerprintSensorPropertiesInternal> all = new ArrayList<>(); in registersListenerBeforeAllRegistered() local
157 final List<FingerprintSensorPropertiesInternal> all = new ArrayList<>(); in registersListenerAfterAllRegistered() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/
H A DFaceServiceRegistryTest.java143 final List<FaceSensorPropertiesInternal> all = new ArrayList<>(); in registersListenerBeforeAllRegistered() local
161 final List<FaceSensorPropertiesInternal> all = new ArrayList<>(); in registersListenerAfterAllRegistered() local
/aosp14/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
H A DProtoInputStreamBoolTest.java103 final Test.All all = new Test.All(); in testReadCompat() local
225 final Test.All all = new Test.All(); in testRepeatedCompat() local
346 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamEnumTest.java126 final Test.All all = new Test.All(); in testReadCompat() local
266 final Test.All all = new Test.All(); in testRepeatedCompat() local
416 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamUInt32Test.java126 final Test.All all = new Test.All(); in testReadCompat() local
264 final Test.All all = new Test.All(); in testRepeatedCompat() local
410 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamFixed32Test.java124 final Test.All all = new Test.All(); in testReadCompat() local
259 final Test.All all = new Test.All(); in testRepeatedCompat() local
393 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamInt32Test.java126 final Test.All all = new Test.All(); in testReadCompat() local
265 final Test.All all = new Test.All(); in testRepeatedCompat() local
411 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamSFixed32Test.java124 final Test.All all = new Test.All(); in testReadCompat() local
259 final Test.All all = new Test.All(); in testRepeatedCompat() local
393 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamSInt32Test.java124 final Test.All all = new Test.All(); in testReadCompat() local
259 final Test.All all = new Test.All(); in testRepeatedCompat() local
393 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamSInt64Test.java144 final Test.All all = new Test.All(); in testReadCompat() local
307 final Test.All all = new Test.All(); in testRepeatedCompat() local
468 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamUInt64Test.java146 final Test.All all = new Test.All(); in testReadCompat() local
312 final Test.All all = new Test.All(); in testRepeatedCompat() local
487 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamFixed64Test.java149 final Test.All all = new Test.All(); in testReadCompat() local
322 final Test.All all = new Test.All(); in testRepeatedCompat() local
493 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamInt64Test.java147 final Test.All all = new Test.All(); in testReadCompat() local
314 final Test.All all = new Test.All(); in testRepeatedCompat() local
491 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamSFixed64Test.java149 final Test.All all = new Test.All(); in testReadCompat() local
322 final Test.All all = new Test.All(); in testRepeatedCompat() local
493 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamBytesTest.java127 final Test.All all = new Test.All(); in testReadCompat() local
264 final Test.All all = new Test.All(); in testRepeatedCompat() local
H A DProtoInputStreamDoubleTest.java169 final Test.All all = new Test.All(); in testReadCompat() local
372 final Test.All all = new Test.All(); in testRepeatedCompat() local
572 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamFloatTest.java160 final Test.All all = new Test.All(); in testReadCompat() local
345 final Test.All all = new Test.All(); in testRepeatedCompat() local
525 final Test.All all = new Test.All(); in testPackedCompat() local
H A DProtoInputStreamStringTest.java117 final Test.All all = new Test.All(); in testReadCompat() local
248 final Test.All all = new Test.All(); in testRepeatedCompat() local
/aosp14/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp111 int32_t all; in readFromParcel() local
172 IncidentReportArgs::setAll(bool all) in setAll()
H A Dincident_report.cpp47 void AIncidentReportArgs_setAll(AIncidentReportArgs* args, bool all) { in AIncidentReportArgs_setAll()
/aosp14/frameworks/base/libs/incident/include_priv/android/os/
H A DIncidentReportArgs.h58 inline bool all() const { return mAll; } in all() function
/aosp14/frameworks/base/libs/incident/tests/
H A DIncidentReportRequest_test.cpp44 inline void setAll(bool all) { in setAll()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DBackgroundRestrictedAlarmsTest.java41 SparseArray<ArrayList<Alarm>> all, int uid, String name, boolean removeIt) { in addPendingAlarm()
/aosp14/frameworks/base/core/java/android/os/
H A DIncidentReportArgs.java147 public void setAll(boolean all) { in setAll()
/aosp14/frameworks/base/core/java/android/content/integrity/
H A DIntegrityFormula.java275 public static IntegrityFormula all(@NonNull IntegrityFormula... formulae) { in all() method in IntegrityFormula

12