HomeSort by relevance Sort by last modified time
    Searched refs:sInstance (Results 1 - 25 of 551) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Camera2/src/android/util/
CameraPerformanceTracker.java 37 private static CameraPerformanceTracker sInstance;
63 if (sInstance == null) {
64 sInstance = new CameraPerformanceTracker();
69 sInstance.mAppStartTime = currentTime;
72 sInstance.mFirstPreviewFrameLatencyWarmStart = UNSET;
75 sInstance.mAppResumeTime = currentTime;
79 if (sInstance.mFirstPreviewFrameLatencyColdStart == UNSET) {
81 sInstance.mFirstPreviewFrameLatencyColdStart =
82 currentTime - sInstance.mAppStartTime;
85 sInstance.mFirstPreviewFrameLatencyWarmStart
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_scoring.cpp 20 const TypingScoring TypingScoring::sInstance;
typing_suggest_policy.cpp 20 const TypingSuggestPolicy TypingSuggestPolicy::sInstance;
typing_traversal.cpp 23 const TypingTraversal TypingTraversal::sInstance;
  /frameworks/base/core/java/android/net/
ConnectivityThread.java 30 private static ConnectivityThread sInstance;
37 if (sInstance == null) {
38 sInstance = new ConnectivityThread();
39 sInstance.start();
41 return sInstance;
  /frameworks/base/core/java/android/text/method/
DateKeyListener.java 43 if (sInstance != null)
44 return sInstance;
46 sInstance = new DateKeyListener();
47 return sInstance;
61 private static DateKeyListener sInstance;
DateTimeKeyListener.java 43 if (sInstance != null)
44 return sInstance;
46 sInstance = new DateTimeKeyListener();
47 return sInstance;
61 private static DateTimeKeyListener sInstance;
HideReturnsTransformationMethod.java 44 if (sInstance != null)
45 return sInstance;
47 sInstance = new HideReturnsTransformationMethod();
48 return sInstance;
51 private static HideReturnsTransformationMethod sInstance;
SingleLineTransformationMethod.java 45 if (sInstance != null)
46 return sInstance;
48 sInstance = new SingleLineTransformationMethod();
49 return sInstance;
52 private static SingleLineTransformationMethod sInstance;
TimeKeyListener.java 43 if (sInstance != null)
44 return sInstance;
46 sInstance = new TimeKeyListener();
47 return sInstance;
61 private static TimeKeyListener sInstance;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
ForegroundThread.java 27 private static ForegroundThread sInstance;
35 if (sInstance == null) {
36 sInstance = new ForegroundThread();
37 sInstance.start();
38 sHandler = new Handler(sInstance.getLooper());
45 return sInstance;
  /frameworks/base/tools/layoutlib/bridge/src/android/view/inputmethod/
InputMethodManager_Accessor.java 25 InputMethodManager.sInstance = null;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
Clock.java 22 private static Clock sInstance = INSTANCE;
25 return sInstance;
30 sInstance = clock;
35 sInstance = INSTANCE;
  /frameworks/base/core/java/com/android/internal/os/
BackgroundThread.java 27 private static BackgroundThread sInstance;
35 if (sInstance == null) {
36 sInstance = new BackgroundThread();
37 sInstance.start();
38 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER);
39 sHandler = new Handler(sInstance.getLooper());
46 return sInstance;
  /frameworks/base/services/core/java/com/android/server/
DisplayThread.java 29 private static DisplayThread sInstance;
37 if (sInstance == null) {
38 sInstance = new DisplayThread();
39 sInstance.start();
40 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER);
41 sHandler = new Handler(sInstance.getLooper());
48 return sInstance;
FgThread.java 31 private static FgThread sInstance;
39 if (sInstance == null) {
40 sInstance = new FgThread();
41 sInstance.start();
42 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER);
43 sHandler = new Handler(sInstance.getLooper());
50 return sInstance;
IoThread.java 28 private static IoThread sInstance;
36 if (sInstance == null) {
37 sInstance = new IoThread();
38 sInstance.start();
39 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER);
40 sHandler = new Handler(sInstance.getLooper());
47 return sInstance;
UiThread.java 29 private static UiThread sInstance;
39 if (sInstance == null) {
40 sInstance = new UiThread();
41 sInstance.start();
42 sInstance.getLooper().setTraceTag(Trace.TRACE_TAG_ACTIVITY_MANAGER);
43 sHandler = new Handler(sInstance.getLooper());
50 return sInstance;
  /packages/apps/Camera2/src/com/android/camera/util/
AndroidContext.java 27 private static AndroidContext sInstance;
35 if (sInstance == null) {
36 sInstance = new AndroidContext(context);
45 if (sInstance == null) {
48 return sInstance;
  /packages/apps/Stk/src/com/android/stk/
StkDigitsKeyListener.java 37 if (sInstance != null) {
38 return sInstance;
40 sInstance = new StkDigitsKeyListener();
41 return sInstance;
53 private static StkDigitsKeyListener sInstance;
  /packages/apps/Camera2/src_pd/com/android/camera/stats/
SessionStatsCollector.java 6 private static SessionStatsCollector sInstance;
9 if (sInstance == null) {
10 sInstance = new SessionStatsCollector();
12 return sInstance;
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
WallpaperManagerCompat.java 13 private static WallpaperManagerCompat sInstance;
18 if (sInstance == null) {
20 sInstance = new WallpaperManagerCompatVN(context.getApplicationContext());
22 sInstance = new WallpaperManagerCompatV16(context.getApplicationContext());
25 return sInstance;
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
TypeUtil.java 45 private static TypeUtil sInstance;
52 if (sInstance == null) {
53 sInstance = ModelAnalyzer.getInstance().createTypeUtil();
55 return sInstance;
  /frameworks/support/compat/java/android/support/v4/content/
SharedPreferencesCompat.java 27 private static EditorCompat sInstance;
52 if (sInstance == null) {
53 sInstance = new EditorCompat();
55 return sInstance;
  /packages/apps/ContactsCommon/src/com/android/contacts/commonbind/experiments/
Flags.java 26 private static Flags sInstance;
29 if (sInstance == null) {
30 sInstance = new Flags();
32 return sInstance;

Completed in 423 milliseconds

1 2 3 4 5 6 7 8 91011>>