Home
last modified time | relevance | path

Searched refs:mInstance (Results 1 – 4 of 4) sorted by relevance

/platform_testing/tests/functional/calculator/src/com/android/calculator/functional/
DCalculatorHelper.java32 private static CalculatorHelper mInstance = null; field in CalculatorHelper
50 if (mInstance == null) { in getInstance()
51 mInstance = new CalculatorHelper(device, context); in getInstance()
53 return mInstance; in getInstance()
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTestsHelper.java56 private static UiBenchJankTestsHelper mInstance; field in UiBenchJankTestsHelper
70 if (mInstance == null) { in getInstance()
71 mInstance = new UiBenchJankTestsHelper(device, context); in getInstance()
73 return mInstance; in getInstance()
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DDownloadAppTestHelper.java46 private static DownloadAppTestHelper mInstance = null; field in DownloadAppTestHelper
70 if (mInstance == null) { in getInstance()
71 mInstance = new DownloadAppTestHelper(device, context); in getInstance()
73 return mInstance; in getInstance()
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
DPermissionHelper.java60 public static PermissionHelper mInstance = null; field in PermissionHelper
93 if (mInstance == null) { in getInstance()
94 mInstance = new PermissionHelper(instrumentation); in getInstance()
97 return mInstance; in getInstance()