Searched refs:MutableBoolean (Results 1 – 17 of 17) sorted by relevance
43 import android.util.MutableBoolean;257 MutableBoolean outLaunched = new MutableBoolean(true); in testInterceptPowerKeyDown_firstPowerDownCameraPowerGestureOnInteractive()276 MutableBoolean outLaunched = new MutableBoolean(true); in testInterceptPowerKeyDown_firstPowerDown_emergencyGestureNotLaunched()295 MutableBoolean outLaunched = new MutableBoolean(true); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive()340 MutableBoolean outLaunched = new MutableBoolean(true); in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive()387 MutableBoolean outLaunched = new MutableBoolean(true); in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOffInteractive()434 MutableBoolean outLaunched = new MutableBoolean(true); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupComplete()488 MutableBoolean outLaunched = new MutableBoolean(true); in testInterceptPowerKeyDown_fiveInboundPresses_cameraAndEmergencyEnabled_bothLaunch()577 MutableBoolean outLaunched = new MutableBoolean(true); in testInterceptPowerKeyDown_fiveInboundPresses_emergencyGestureEnabled_launchesFlow()631 MutableBoolean outLaunched = new MutableBoolean(true); in testInterceptPowerKeyDown_tenInboundPresses_emergencyGestureEnabled_keyIntercepted()[all …]
24 public final class MutableBoolean { class27 public MutableBoolean(boolean value) { in MutableBoolean() method in MutableBoolean
32 MutableBoolean mut = new MutableBoolean(false); in testMutableBoolean()34 mut = new MutableBoolean(true); in testMutableBoolean()
35 import android.util.MutableBoolean;340 MutableBoolean flagState = new MutableBoolean(false); in isConfigFlagSet()
51 import android.util.MutableBoolean;503 final MutableBoolean handoffLock = new MutableBoolean(false); in startBugreport()
44 import android.util.MutableBoolean;511 MutableBoolean outLaunched) { in interceptPowerKeyDown()
67 android.util.MutableBoolean
147 import android.util.MutableBoolean;262 final MutableBoolean pauseFound = new MutableBoolean(false); in testPausingWhenVisibleFromStopped()
47 import android.util.MutableBoolean;7887 SparseArray<Pair<ArrayList<String>, MutableBoolean>> uids = new SparseArray<>(); in dumpCheckinLocked()7890 Pair<ArrayList<String>, MutableBoolean> pkgs = uids.get( in dumpCheckinLocked()7893 pkgs = new Pair<>(new ArrayList<String>(), new MutableBoolean(false)); in dumpCheckinLocked()7903 Pair<ArrayList<String>, MutableBoolean> pkgs = uids.get(uid); in dumpCheckinLocked()
180 import android.util.MutableBoolean;5136 final MutableBoolean outLaunched = new MutableBoolean(false);
8438 android.util.MutableBoolean
15639 HSPLandroid/util/MutableBoolean;-><init>(Z)V30849 Landroid/util/MutableBoolean;
8469 android.util.MutableBoolean
15703 HSPLandroid/util/MutableBoolean;-><init>(Z)V41010 Landroid/util/MutableBoolean;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
31655 public final class MutableBoolean {31656 ctor public MutableBoolean(boolean);
50129 @Deprecated public final class MutableBoolean {50130 ctor @Deprecated public MutableBoolean(boolean);