HomeSort by relevance Sort by last modified time
    Searched defs:getInstance (Results 276 - 300 of 2087) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/provider_src/com/android/email/
ResourceHelper.java 52 public static synchronized ResourceHelper getInstance(Context context) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
MeasureHelper.java 34 public static MeasureHelper getInstance(GLView component) {
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
AppWidgetManagerCompat.java 43 public static AppWidgetManagerCompat getInstance(Context context) {
61 mAppWidgetManager = AppWidgetManager.getInstance(context);
PackageInstallerCompat.java 32 public static PackageInstallerCompat getInstance(Context context) {
UserManagerCompat.java 33 public static UserManagerCompat getInstance(Context context) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
PopupManager.java 53 public static PopupManager getInstance(Context context) {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
TouchTargetEnforcer.java 84 mTouchDelegateProvider.getInstance(bounds, target));
132 TouchDelegate getInstance(Rect bounds, View delegateView);
  /packages/apps/TV/src/com/android/tv/util/
MainThreadExecutor.java 35 public static MainThreadExecutor getInstance() {
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
TestAppBlockingPolicyService.java 32 public static synchronized TestAppBlockingPolicyService getInstance() {
  /packages/services/NetworkRecommendation/src/com/android/networkrecommendation/util/
RoboCompatUtil.java 47 public static synchronized RoboCompatUtil getInstance() {
  /platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
CommandsHelper.java 27 * @deprecated Should use {@link CommandsHelper#getInstance(Instrumentation)} instead.
30 public static CommandsHelper getInstance() {
37 public static CommandsHelper getInstance(Instrumentation instrumentation) {
63 return UiDevice.getInstance(mInstrumentation).executeShellCommand(command);
90 return getInstance().executeShellCommand(command);
100 return getInstance().executeShellCommandAndSplitOutput(command, LINE_SEPARATORS);
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
HotseatHelper.java 41 mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation());
45 public static HotseatHelper getInstance() {
  /test/vts/drivers/libprofiling/
VtsProfilingInterface.cpp 55 VtsProfilingInterface& VtsProfilingInterface::getInstance(
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/companion/
CompanionDeviceTracker.java 47 public static CompanionDeviceTracker getInstance() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
SoundGenerator.java 48 public static SoundGenerator getInstance() {
  /cts/tests/tests/midi/src/android/midi/cts/
MidiEchoTestService.java 55 public static MidiEchoTestService getInstance() {
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
SystemUiHider.java 31 * {@link #getInstance} will return a {@link SystemUiHiderHoneycomb} instance,
32 * while on older devices {@link #getInstance} will return a
110 public static SystemUiHider getInstance(Activity activity, View anchorView, int flags) {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/service/datasource/
LocalAutofillRepository.java 51 public static LocalAutofillRepository getInstance(Context context) {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/service/settings/
MyPreferences.java 39 public static MyPreferences getInstance(Context context) {
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/service/datasource/
LocalAutofillRepository.java 51 public static LocalAutofillRepository getInstance(Context context) {
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/service/settings/
MyPreferences.java 39 public static MyPreferences getInstance(Context context) {
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/
MyPreferences.java 39 public static MyPreferences getInstance(Context context) {
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageCache.java 53 public static ImageCache getInstance(
  /development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/
StatusTracker.java 27 public static StatusTracker getInstance() {
  /development/tools/axl/
singletonmixin.py 13 S.getInstance()
29 first call to S.getInstance(.). If subsequent calls have parameters,
58 raise SingletonException, 'Singletons may only be instantiated through getInstance()'
63 def getInstance(cls, *lstArgs):
67 time you call getInstance.
79 getInstance = classmethod(getInstance)
93 happens when you call getInstance() under a new situation.
115 Demonstrates normal use -- just call getInstance and it returns a singleton instance
122 a1 = A.getInstance()
    [all...]

Completed in 629 milliseconds

<<11121314151617181920>>