Searched refs:mInstance (Results 1 – 4 of 4) sorted by relevance
35 private static CalculatorHelper mInstance = null; field in CalculatorHelper53 if (mInstance == null) { in getInstance()54 mInstance = new CalculatorHelper(device, context); in getInstance()56 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()
45 private static DownloadAppTestHelper mInstance = null; field in DownloadAppTestHelper69 if (mInstance == null) { in getInstance()70 mInstance = new DownloadAppTestHelper(device, context); in getInstance()72 return mInstance; in getInstance()
59 public static PermissionHelper mInstance = null; field in PermissionHelper92 if (mInstance == null) { in getInstance()93 mInstance = new PermissionHelper(instrumentation); in getInstance()96 return mInstance; in getInstance()