Searched refs:mInstance (Results 1 – 4 of 4) sorted by relevance
32 private static CalculatorHelper mInstance = null; field in CalculatorHelper50 if (mInstance == null) { in getInstance()51 mInstance = new CalculatorHelper(device, context); in getInstance()53 return mInstance; in getInstance()
56 private static UiBenchJankTestsHelper mInstance; field in UiBenchJankTestsHelper70 if (mInstance == null) { in getInstance()71 mInstance = new UiBenchJankTestsHelper(device, context); in getInstance()73 return mInstance; in getInstance()
46 private static DownloadAppTestHelper mInstance = null; field in DownloadAppTestHelper70 if (mInstance == null) { in getInstance()71 mInstance = new DownloadAppTestHelper(device, context); in getInstance()73 return mInstance; in getInstance()
60 public static PermissionHelper mInstance = null; field in PermissionHelper93 if (mInstance == null) { in getInstance()94 mInstance = new PermissionHelper(instrumentation); in getInstance()97 return mInstance; in getInstance()