Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DTestHandlerThread.java26 private boolean mSuccess = false; field in TestHandlerThread
56 if (!mSuccess) { in doTest()
67 mSuccess = true; in success()
74 mSuccess = false; in failure()
89 if (!mSuccess && mFailure == null) { in run()
DHandlerTester.java45 if (!mSuccess) { in doTest()
52 mSuccess = true; in success()
57 mSuccess = false; in failure()
86 private boolean mSuccess = false; field in HandlerTester
DBroadcasterTest.java70 boolean mSuccess[]; field in BroadcasterTest.Tests2and3
75 mSuccess = new boolean[N]; in go()
78 mSuccess[i] = false; in go()
94 mSuccess[index] = true; in handleMessage()
99 if (!mSuccess[i]) { in handleMessage()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCamera2Focuser.java64 private boolean mSuccess = false; field in Camera2Focuser
138 mSuccess = true; in onAutoFocusSuccess()
148 mSuccess = false; in onAutoFocusFail()
158 mSuccess = false; in onAutoFocusScan()
164 mSuccess = false; in onAutoFocusInactive()
210 mSuccess = false; in cancelAutoFocus()
253 if (mSuccess && mLocked) { in startAutoFocusLocked()
256 } else if (mSuccess) { in startAutoFocusLocked()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingCameraManager.java182 private boolean mSuccess = false; field in BlockingCameraManager.OpenListener
203 assertEquals(false, mSuccess); in assertInitialState()
215 mSuccess = true; in onOpened()
305 if (!mSuccess && mDevice != null) { in blockUntilOpen()
309 if (mSuccess) { in blockUntilOpen()
/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
DTestConfigBuilder.java46 private final boolean mSuccess; field in TestConfigBuilder.WaitingDataLoader
51 mSuccess = success; in WaitingDataLoader()
73 if (mSuccess) { in load()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccPhoneBookInterfaceManager.java50 protected boolean mSuccess; field in IccPhoneBookInterfaceManager
85 mSuccess = (ar.exception == null);
183 mSuccess = false; in updateAdnRecordsInEfBySearch()
195 return mSuccess; in updateAdnRecordsInEfBySearch()
232 mSuccess = false; in updateAdnRecordsInEfByIndex()
243 return mSuccess; in updateAdnRecordsInEfByIndex()
DIccSmsInterfaceManager.java66 protected boolean mSuccess; field in IccSmsInterfaceManager
98 mSuccess = (ar.exception == null);
122 mSuccess = (ar.exception == null);
217 mSuccess = false; in updateMessageOnIccEf()
235 return mSuccess; /* is false */ in updateMessageOnIccEf()
248 return mSuccess; in updateMessageOnIccEf()
271 mSuccess = false; in copyMessageToIccEf()
289 return mSuccess; in copyMessageToIccEf()
988 mSuccess = false; in setCellBroadcastConfig()
998 return mSuccess; in setCellBroadcastConfig()
[all …]
/frameworks/base/core/tests/coretests/src/android/content/
DContentQueryMapTest.java39 public boolean mSuccess = false; field in ContentQueryMapTest.LooperThread
88 mSuccess = true; in testContentQueryMap()
104 assertTrue(thread.mSuccess); in testContentQueryMap()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java3217 private boolean mSuccess = false; field in PackageManagerTests.TestDexModuleRegisterCallback
3224 mSuccess = success; in onDexModuleRegistered()
3251 assertFalse("BaseCodePath should not be registered", callback.mSuccess); in testRegisterDexModuleBaseCode()
3263 callback.mSuccess); in testRegisterDexModuleNotOwningModule()
3282 assertTrue(callback.mMessage, callback.mSuccess); in testRegisterDexModuleSuccessfully()
3306 assertFalse("DexModule registration should fail", callback.mSuccess); in testRegisterDexModuleNotExists()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java1390 private boolean mSuccess = false; field in PackageManagerShellCommand.SnapshotRuntimeProfileCallback
1397 mSuccess = true; in onSuccess()
1411 mSuccess = false; in onError()
1424 return done && mSuccess; in waitTillDone()