Searched defs:currentStatus (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/camera/tests/
H A DProCameraTests.cpp612 ServiceListener::Status currentStatus; local
616 while (listener->waitForStatusChange(/*out*/currentStatus) != OK);
617 EXPECT_EQ(ServiceListener::STATUS_PRESENT, currentStatus);
622 if (currentStatus == ServiceListener::STATUS_PRESENT) {
642 if (currentStatus != stat) {
657 currentStatus = stat;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java8590 private void processPendingInstall(final InstallArgs args, final int currentStatus) { argument
8597 res.returnCode = currentStatus;

Completed in 129 milliseconds