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.java35 private static CalculatorHelper mInstance = null; field in CalculatorHelper
53 if (mInstance == null) { in getInstance()
54 mInstance = new CalculatorHelper(device, context); in getInstance()
56 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.java45 private static DownloadAppTestHelper mInstance = null; field in DownloadAppTestHelper
69 if (mInstance == null) { in getInstance()
70 mInstance = new DownloadAppTestHelper(device, context); in getInstance()
72 return mInstance; in getInstance()
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
DPermissionHelper.java59 public static PermissionHelper mInstance = null; field in PermissionHelper
92 if (mInstance == null) { in getInstance()
93 mInstance = new PermissionHelper(instrumentation); in getInstance()
96 return mInstance; in getInstance()