HomeSort by relevance Sort by last modified time
    Searched refs:sInstance (Results 151 - 175 of 182) sorted by null

1 2 3 4 5 67 8

  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 149 static Overlay *sInstance;
  /hardware/qcom/display/msm8x26/liboverlay/
overlay.h 149 static Overlay *sInstance;
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 35 MediaProfiles *MediaProfiles::sInstance = NULL;
626 sInstance = createDefaultInstance();
629 sInstance = createInstanceFromXmlFile(defaultXmlFile);
632 sInstance = createInstanceFromXmlFile(value);
634 CHECK(sInstance != NULL);
635 sInstance->checkAndAddRequiredProfilesIfNecessary();
639 return sInstance;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java 38 private static EditorAnimator sInstance = new EditorAnimator();
41 return sInstance;
  /packages/apps/InCallUI/src/com/android/incallui/
CallList.java 48 private static CallList sInstance = new CallList();
62 return sInstance;
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 105 private static BrowserSettings sInstance;
130 sInstance = new BrowserSettings(context);
134 return sInstance;
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 85 private static TelephonyManager sInstance = new TelephonyManager();
90 return sInstance;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 122 private static final MtpDeviceIndex sInstance = new MtpDeviceIndex();
127 return sInstance;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 98 private static KeyguardUpdateMonitor sInstance;
417 if (sInstance == null) {
418 sInstance = new KeyguardUpdateMonitor(context);
420 return sInstance;
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlay.h 171 static Overlay *sInstance;
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 58 private static SecurityPolicy sInstance = null;
77 if (sInstance == null) {
78 sInstance = new SecurityPolicy(context.getApplicationContext());
80 return sInstance;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 415 static ApplicationsState sInstance;
419 if (sInstance == null) {
420 sInstance = new ApplicationsState(app);
422 return sInstance;
    [all...]
RunningState.java 63 static RunningState sInstance;
731 if (sInstance == null) {
732 sInstance = new RunningState(context);
734 return sInstance;
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 208 static InputMethodManager sInstance;
562 if (sInstance == null) {
565 sInstance = new InputMethodManager(service, Looper.getMainLooper());
567 return sInstance;
577 return sInstance;
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 82 private static CallNotifier sInstance;
179 if (sInstance == null) {
180 sInstance = new CallNotifier(app, phone, ringer, callLogger, callStateMonitor,
183 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance);
185 return sInstance;
    [all...]
  /frameworks/av/include/media/
MediaProfiles.h 486 static MediaProfiles *sInstance;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 50 private static LocalBluetoothProfileManager sInstance;
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 213 private static MmsSmsDatabaseHelper sInstance = null;
234 if (sInstance == null) {
235 sInstance = new MmsSmsDatabaseHelper(context);
237 return sInstance;
    [all...]
  /system/vold/
VolumeManager.cpp 55 VolumeManager *VolumeManager::sInstance = NULL;
58 if (!sInstance)
59 sInstance = new VolumeManager();
60 return sInstance;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 35 private static CommandParamsFactory sInstance = null;
61 if (sInstance != null) {
62 return sInstance;
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 82 static StkAppService sInstance = null;
155 sInstance = this;
242 return sInstance;
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/
RecentMailboxManagerTest.java 81 RecentMailboxManager.sInstance = null;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 74 private static ViewMetadataRepository sInstance = new ViewMetadataRepository();
82 return sInstance;
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintSpoolerService.java 94 private static PrintSpoolerService sInstance;
106 return sInstance;
125 sInstance = this;
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
UserManagerService.java 164 private static UserManagerService sInstance;
168 return sInstance;
230 sInstance = this;
    [all...]

Completed in 843 milliseconds

1 2 3 4 5 67 8