Searched defs:getInstance (Results 76 - 100 of 101) sorted by relevance

12345

/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp74 sp<IMediaCodecList> MediaCodecList::getInstance() { function in class:android::MediaCodecList
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java113 public static UiDevice getInstance() { method in class:UiDevice
475 waitForIdle(Configurator.getInstance().getWaitForIdleTimeout());
H A DUiSelector.java634 int getInstance() { method in class:UiSelector
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java187 public static InputManager getInstance() { method in class:InputManager
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java92 public synchronized static GeofenceHardwareImpl getInstance(Context context) { method in class:GeofenceHardwareImpl
/frameworks/base/core/java/android/view/
H A DChoreographer.java179 DisplayInfo di = DisplayManagerGlobal.getInstance().getDisplayInfo(
191 public static Choreographer getInstance() { method in class:Choreographer
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java176 public static RecentsConfiguration getInstance() { method in class:RecentsConfiguration
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java171 RecentsConfiguration config = RecentsConfiguration.getInstance();
327 public static RecentsTaskLoader getInstance() { method in class:RecentsTaskLoader
409 RecentsConfiguration config = RecentsConfiguration.getInstance();
443 RecentsConfiguration config = RecentsConfiguration.getInstance();
522 RecentsConfiguration config = RecentsConfiguration.getInstance();
/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java67 public static FlpHardwareProvider getInstance(Context context) { method in class:FlpHardwareProvider
410 mGeofenceHardwareSink = GeofenceHardwareImpl.getInstance(mContext);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlendComposite.java114 public static BlendComposite getInstance(BlendingMode mode) { method in class:BlendComposite
118 public static BlendComposite getInstance(BlendingMode mode, float alpha) { method in class:BlendComposite
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java47 * You can acquire an instance of it with {@link #getInstance getInstance()}.</p>
155 public static ImsManager getInstance(Context context, int phoneId) { method in class:ImsManager
187 ImsManager imsManager = ImsManager.getInstance(context,
241 ImsManager mgr = ImsManager.getInstance(context,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DProxyController.java112 public static ProxyController getInstance(Context context, PhoneProxy[] phoneProxy, method in class:ProxyController
120 public static ProxyController getInstance() { method in class:ProxyController
181 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
189 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
197 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
H A DSubscriptionController.java156 public static SubscriptionController getInstance() { method in class:SubscriptionController
159 Log.wtf(LOG_TAG, "getInstance null");
167 mCM = CallManager.getInstance();
183 mCM = CallManager.getInstance();
1272 ProxyController.getInstance().setRadioCapability(rafs);
H A DCallManager.java200 public static CallManager getInstance() { method in class:CallManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java144 mMsgDecoder = RilMessageDecoder.getInstance(this, fh, slotId);
169 mUiccController = UiccController.getInstance();
188 public static CatService getInstance(CommandsInterface ci, method in class:CatService
762 public static AppInterface getInstance() { method in class:CatService
764 SubscriptionController sControl = SubscriptionController.getInstance();
768 return getInstance(null, null, null, slotId);
776 public static AppInterface getInstance(int slotId) { method in class:CatService
777 return getInstance(null, null, null, slotId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDctController.java78 private SubscriptionController mSubController = SubscriptionController.getInstance();
176 public static DctController getInstance() { method in class:DctController
179 "DctController.getInstance can't be called before makeDCTController()");
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp638 MediaProfiles::getInstance() function in class:android::MediaProfiles
640 ALOGV("getInstance");
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java66 * {@link #getInstance(android.content.Context) getInstance()}.
351 public static WallpaperManager getInstance(Context context) { method in class:WallpaperManager
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java283 public static BackgroundContinuityService getInstance() { method in class:BackgroundManager.BackgroundContinuityService
340 public static BackgroundManager getInstance(Activity activity) { method in class:BackgroundManager
373 mService = BackgroundContinuityService.getInstance();
403 "activity, please use getInstance() instead");
420 "activity, please use getInstance() instead");
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp923 Camera2Device::MetadataQueue* Camera2Device::MetadataQueue::getInstance( function in class:android::Camera2Device::MetadataQueue
930 Camera2Device::MetadataQueue* Camera2Device::MetadataQueue::getInstance( function in class:android::Camera2Device::MetadataQueue
940 MetadataQueue *queue = getInstance(q);
948 MetadataQueue *queue = getInstance(q);
957 MetadataQueue *queue = getInstance(q);
989 MetadataQueue *queue = getInstance(q);
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java1432 public static ConnectivityManager getInstance() { method in class:ConnectivityManager
2508 Proxy.setHttpProxySystemProperty(getInstance().getDefaultProxy());
2513 NetworkEventDispatcher.getInstance().onNetworkConfigurationChanged();
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java619 public static InputMethodManager getInstance() { method in class:InputMethodManager
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java622 public static KeyguardUpdateMonitor getInstance(Context context) { method in class:KeyguardUpdateMonitor
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java178 public static UserManagerService getInstance() { method in class:UserManagerService
1491 pinState.salt = SecureRandom.getInstance("SHA1PRNG").nextLong();
1623 byte[] sha1 = MessageDigest.getInstance(algo = "SHA-1").digest(saltedPassword);
1624 byte[] md5 = MessageDigest.getInstance(algo = "MD5").digest(saltedPassword);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java56 * A MediaRouter instance is retrieved through {@link #getInstance}. Applications
99 // This field is initialized in MediaRouter.getInstance() before any
239 public static MediaRouter getInstance(@NonNull Context context) { method in class:MediaRouter
295 * MediaRouter mediaRouter = MediaRouter.getInstance(context);
504 * mRouter = Mediarouter.getInstance(this);
1644 mDisplayManager = DisplayManagerCompat.getInstance(applicationContext);

Completed in 3381 milliseconds

12345