HomeSort by relevance Sort by last modified time
    Searched refs:sInstance (Results 201 - 225 of 270) sorted by null

1 2 3 4 5 6 7 891011

  /hardware/qcom/display/msm8226/liboverlay/
overlay.h 211 static Overlay *sInstance;
  /hardware/qcom/display/msm8974/liboverlay/
overlay.h 171 static Overlay *sInstance;
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 59 private static SecurityPolicy sInstance = null;
78 if (sInstance == null) {
79 sInstance = new SecurityPolicy(context.getApplicationContext());
81 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 211 static InputMethodManager sInstance;
621 if (sInstance == null) {
624 sInstance = new InputMethodManager(service, Looper.getMainLooper());
626 return sInstance;
636 return sInstance;
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java 65 private static final SmsManager sInstance = new SmsManager(DEFAULT_SUB_ID);
462 return sInstance;
    [all...]
  /frameworks/av/include/media/
MediaProfiles.h 497 static MediaProfiles *sInstance;
  /hardware/intel/img/hwcomposer/common/base/
Hwcomposer.cpp 24 Hwcomposer* Hwcomposer::sInstance(0);
  /hardware/qcom/display/msm8084/liboverlay/
overlay.h 237 static Overlay *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...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 84 static StkAppService sInstance = null;
158 sInstance = this;
246 return sInstance;
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/
Index.java 163 private static Index sInstance;
212 if (sInstance == null) {
213 sInstance = new Index(context, BASE_AUTHORITY);
215 sInstance.setContext(context);
217 return sInstance;
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 125 private static PhoneInterfaceManager sInstance;
681 if (sInstance == null) {
682 sInstance = new PhoneInterfaceManager(app, phone);
684 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance);
686 return sInstance;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomServiceImpl.java 135 private static TelecomServiceImpl sInstance;
  /system/vold/
VolumeManager.cpp 162 VolumeManager *VolumeManager::sInstance = NULL;
165 if (!sInstance)
166 sInstance = new VolumeManager();
167 return sInstance;
    [all...]
  /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/model/
PrintSpoolerService.java 95 private static PrintSpoolerService sInstance;
107 return sInstance;
126 sInstance = this;
    [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 119 private static TelephonyManager sInstance = new TelephonyManager();
124 return sInstance;
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 176 private static UserManagerService sInstance;
180 return sInstance;
242 sInstance = this;
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 325 static BackupManagerService sInstance;
328 return sInstance;
335 sInstance = new BackupManagerService(context);
340 publishBinderService(Context.BACKUP_SERVICE, sInstance);
346 ContentResolver r = sInstance.mContext.getContentResolver();
349 sInstance.setBackupEnabled(areEnabled);
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 

Completed in 1046 milliseconds

1 2 3 4 5 6 7 891011