Searched refs:getInstance (Results 1 - 25 of 741) sorted by relevance

1234567891011>>

/packages/apps/InCallUI/src/com/android/incallui/
H A DInCallServiceImpl.java33 CallList.getInstance().setPhone(phone);
34 AudioModeProvider.getInstance().setPhone(phone);
35 TelecomAdapter.getInstance().setPhone(phone);
36 InCallPresenter.getInstance().setPhone(phone);
37 InCallPresenter.getInstance().setUp(
39 CallList.getInstance(),
40 AudioModeProvider.getInstance());
41 TelecomAdapter.getInstance().setContext(InCallServiceImpl.this);
48 CallList.getInstance().clearPhone();
49 AudioModeProvider.getInstance()
[all...]
H A DInCallApp.java74 InCallPresenter.getInstance().answerIncomingCall(
77 InCallPresenter.getInstance().answerIncomingCall(
80 InCallPresenter.getInstance().declineIncomingCall(context);
82 InCallPresenter.getInstance().hangUpOngoingCall(context);
84 InCallPresenter.getInstance().acceptUpgradeRequest(context);
86 InCallPresenter.getInstance().declineUpgradeRequest(context);
H A DInCallVideoCallListener.java61 InCallVideoCallListenerNotifier.getInstance().upgradeToVideoRequest(mCall);
63 InCallVideoCallListenerNotifier.getInstance().downgradeToAudio(mCall);
67 InCallVideoCallListenerNotifier.getInstance().peerPausedStateChanged(mCall, pause);
89 InCallVideoCallListenerNotifier.getInstance().upgradeToVideoSuccess(mCall);
91 InCallVideoCallListenerNotifier.getInstance().upgradeToVideoFail(mCall);
112 InCallVideoCallListenerNotifier.getInstance().peerDimensionsChanged(mCall, width, height);
133 InCallVideoCallListenerNotifier.getInstance().cameraDimensionsChanged(
H A DAnswerPresenter.java41 final CallList calls = CallList.getInstance();
60 CallList.getInstance().removeListener(this);
65 CallList.getInstance().removeCallUpdateListener(mCallId, this);
97 CallList.getInstance().addCallUpdateListener(mCallId, this);
100 final List<String> textMsgs = CallList.getInstance().getTextResponses(call.getId());
110 CallList.getInstance().addCallUpdateListener(mCallId, this);
121 CallList.getInstance().removeCallUpdateListener(mCallId, this);
130 final List<String> textMsgs = CallList.getInstance().getTextResponses(call.getId());
145 InCallPresenter.getInstance().acceptUpgradeRequest(context);
147 TelecomAdapter.getInstance()
[all...]
H A DDialpadPresenter.java32 InCallPresenter.getInstance().addListener(this);
33 mCall = CallList.getInstance().getActiveCall();
39 InCallPresenter.getInstance().removeListener(this);
64 TelecomAdapter.getInstance().playDtmfTone(mCall.getId(), c);
76 TelecomAdapter.getInstance().stopDtmfTone(mCall.getId());
H A DVideoCallPresenter.java173 InCallPresenter.getInstance().addListener(this);
174 InCallPresenter.getInstance().addIncomingCallListener(this);
175 InCallPresenter.getInstance().addOrientationListener(this);
178 InCallVideoCallListenerNotifier.getInstance().addSurfaceChangeListener(this);
179 InCallVideoCallListenerNotifier.getInstance().addVideoEventListener(this);
180 InCallVideoCallListenerNotifier.getInstance().addSessionModificationListener(this);
193 InCallPresenter.getInstance().removeListener(this);
194 InCallPresenter.getInstance().removeIncomingCallListener(this);
195 InCallPresenter.getInstance().removeOrientationListener(this);
196 InCallVideoCallListenerNotifier.getInstance()
[all...]
H A DCallButtonPresenter.java54 AudioModeProvider.getInstance().addListener(this);
57 InCallPresenter.getInstance().addListener(this);
58 InCallPresenter.getInstance().addIncomingCallListener(this);
59 InCallPresenter.getInstance().addDetailsListener(this);
66 InCallPresenter.getInstance().removeListener(this);
67 AudioModeProvider.getInstance().removeListener(this);
68 InCallPresenter.getInstance().removeIncomingCallListener(this);
69 InCallPresenter.getInstance().removeDetailsListener(this);
123 onStateChange(oldState, newState, CallList.getInstance());
148 return AudioModeProvider.getInstance()
[all...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_suggest_policy.h34 static const TypingSuggestPolicy *getInstance() { return &sInstance; } function in class:latinime::TypingSuggestPolicy
39 return TypingTraversal::getInstance();
43 return TypingScoring::getInstance();
47 return TypingWeighting::getInstance();
H A Dtyping_suggest_policy_factory.h30 return TypingSuggestPolicy::getInstance();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherApplication.java26 LauncherAppState.getInstance();
32 LauncherAppState.getInstance().onTerminate();
H A DWallpaperChangedReceiver.java26 LauncherAppState appState = LauncherAppState.getInstance();
/packages/apps/Contacts/src/com/android/contacts/util/
H A DPhonebookCollatorFactory.java28 return Collator.getInstance(Locale.getDefault());
/packages/apps/Dialer/src/com/android/dialerbind/
H A DDatabaseHelperManager.java26 return DialerDatabaseHelper.getInstance(context);
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyGlobals.java50 public static synchronized TelephonyGlobals getInstance(Context context) { method in class:TelephonyGlobals
64 TelecomAccountRegistry.getInstance(mContext).setupOnBoot();
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DCityNameComparator.java26 mCollator = Collator.getInstance();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnControlPanelJAJP.java32 if (OpenWnnJAJP.getInstance() == null) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DClock.java24 public static final Clock getInstance() { method in class:Clock
/packages/services/Telephony/src/com/android/phone/
H A DImsUtil.java31 PhoneGlobals app = PhoneGlobals.getInstance();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DUserDictionaryToolsListEN.java35 if (OpenWnnEN.getInstance() == null) {
57 return OpenWnnEN.getInstance().onEvent(ev);
H A DUserDictionaryToolsEditEN.java58 return OpenWnnEN.getInstance().onEvent(ev);
/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
H A DTouchPointManager.java18 * Private constructor. Instance should only be acquired through getInstance().
23 public static TouchPointManager getInstance() { method in class:TouchPointManager
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DHomeReceiverActivity.java38 LocalBroadcastManager.getInstance(this).sendBroadcast(indirectIntent);
/packages/apps/Stk/src/com/android/stk/
H A DStkDigitsKeyListener.java36 public static StkDigitsKeyListener getInstance() { method in class:StkDigitsKeyListener
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureEnabler.java32 && !AccessibilityUtils.getInstance().isTouchExplorationEnabled();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DUserDictionaryToolsEditJAJP.java58 return OpenWnnJAJP.getInstance().onEvent(ev);

Completed in 746 milliseconds

1234567891011>>