Home
last modified time | relevance | path

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

/cts/tests/location/common/src/android/location/cts/common/
DOpActiveChangedCapture.java25 public class OpActiveChangedCapture implements AppOpsManager.OnOpActiveChangedListener, class
32 public OpActiveChangedCapture(AppOpsManager appOps, String op) { in OpActiveChangedCapture() method in OpActiveChangedCapture
/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationManagerFineTest.java72 import android.location.cts.common.OpActiveChangedCapture;
850 try (OpActiveChangedCapture opCapture = new OpActiveChangedCapture(appOps, in testMonitoring()
852 OpActiveChangedCapture opHighPowerCapture = new OpActiveChangedCapture(appOps, in testMonitoring()