Searched refs:mSuccess (Results 1 – 8 of 8) sorted by relevance
26 private boolean mSuccess = false; field in TestHandlerThread56 if (!mSuccess) { in doTest()67 mSuccess = true; in success()74 mSuccess = false; in failure()89 if (!mSuccess && mFailure == null) { in run()
45 if (!mSuccess) { in doTest()52 mSuccess = true; in success()57 mSuccess = false; in failure()86 private boolean mSuccess = false; field in HandlerTester
70 boolean mSuccess[]; field in BroadcasterTest.Tests2and375 mSuccess = new boolean[N]; in go()78 mSuccess[i] = false; in go()94 mSuccess[index] = true; in handleMessage()99 if (!mSuccess[i]) { in handleMessage()
182 private boolean mSuccess = false; field in BlockingCameraManager.OpenListener203 assertEquals(false, mSuccess); in assertInitialState()215 mSuccess = true; in onOpened()305 if (!mSuccess && mDevice != null) { in blockUntilOpen()309 if (mSuccess) { in blockUntilOpen()
49 protected boolean mSuccess; field in IccPhoneBookInterfaceManager84 mSuccess = (ar.exception == null);179 mSuccess = false; in updateAdnRecordsInEfBySearch()191 return mSuccess; in updateAdnRecordsInEfBySearch()227 mSuccess = false; in updateAdnRecordsInEfByIndex()238 return mSuccess; in updateAdnRecordsInEfByIndex()
65 protected boolean mSuccess; field in IccSmsInterfaceManager95 mSuccess = (ar.exception == null);120 mSuccess = (ar.exception == null);205 mSuccess = false; in updateMessageOnIccEf()223 return mSuccess; /* is false */ in updateMessageOnIccEf()236 return mSuccess; in updateMessageOnIccEf()259 mSuccess = false; in copyMessageToIccEf()277 return mSuccess; in copyMessageToIccEf()849 mSuccess = false; in setCellBroadcastConfig()859 return mSuccess; in setCellBroadcastConfig()[all …]
37 public boolean mSuccess = false; field in ContentQueryMapTest.LooperThread86 mSuccess = true; in testContentQueryMap()102 assertTrue(thread.mSuccess); in testContentQueryMap()
10275 private boolean mSuccess; field in PackageManagerService.MeasureParams10295 mSuccess = getPackageSizeInfoLI(mStats.packageName, mStats.userHandle, mStats); in handleStartCopy()10298 if (mSuccess) { in handleStartCopy()10333 mObserver.onGetStatsCompleted(mStats, mSuccess); in handleReturnCode()