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

1234567891011>>

/packages/apps/InCallUI/src/com/android/incallui/
H A DInCallServiceImpl.java36 AudioModeProvider.getInstance().onAudioStateChanged(audioState);
41 InCallPresenter.getInstance().onBringToForeground(showDialpad);
46 CallList.getInstance().onCallAdded(call);
47 InCallPresenter.getInstance().onCallAdded(call);
52 CallList.getInstance().onCallRemoved(call);
53 InCallPresenter.getInstance().onCallRemoved(call);
58 InCallPresenter.getInstance().onCanAddCallChanged(canAddCall);
64 final ContactInfoCache contactInfoCache = ContactInfoCache.getInstance(context);
65 InCallPresenter.getInstance().setUp(
67 CallList.getInstance(),
[all...]
H A DInCallVideoCallCallback.java60 InCallVideoCallCallbackNotifier.getInstance().downgradeToAudio(mCall);
62 InCallVideoCallCallbackNotifier.getInstance().upgradeToVideoRequest(mCall,
96 InCallVideoCallCallbackNotifier.getInstance().upgradeToVideoFail(status, mCall);
102 InCallVideoCallCallbackNotifier.getInstance().upgradeToVideoSuccess(mCall);
104 InCallVideoCallCallbackNotifier.getInstance().upgradeToVideoFail(status, mCall);
106 InCallVideoCallCallbackNotifier.getInstance().downgradeToAudio(mCall);
122 InCallVideoCallCallbackNotifier.getInstance().callSessionEvent(event);
133 InCallVideoCallCallbackNotifier.getInstance().peerDimensionsChanged(mCall, width, height);
143 InCallVideoCallCallbackNotifier.getInstance().videoQualityChanged(mCall, videoQuality);
155 InCallVideoCallCallbackNotifier.getInstance()
[all...]
H A DNotificationBroadcastReceiver.java56 InCallPresenter.getInstance().answerIncomingCall(
59 InCallPresenter.getInstance().answerIncomingCall(
62 InCallPresenter.getInstance().declineIncomingCall(context);
64 InCallPresenter.getInstance().hangUpOngoingCall(context);
67 InCallPresenter.getInstance().acceptUpgradeRequest(
70 InCallPresenter.getInstance().declineUpgradeRequest(context);
H A DAnswerPresenter.java51 final CallList calls = CallList.getInstance();
66 CallList.getInstance().removeCallUpdateListener(mCallId, this);
74 Call modifyCall = CallList.getInstance().getVideoUpgradeRequestCall();
78 CallList.getInstance().removeCallUpdateListener(mCallId, this);
79 InCallPresenter.getInstance().declineUpgradeRequest(getUi().getContext());
106 CallList.getInstance().removeCallUpdateListener(mCallId, this);
124 InCallPresenter inCallPresenter = InCallPresenter.getInstance();
141 CallList.getInstance().addCallUpdateListener(mCallId, this);
145 final List<String> textMsgs = CallList.getInstance().getTextResponses(call.getId());
151 final InCallActivity activity = InCallPresenter.getInstance()
[all...]
H A DDialpadPresenter.java32 InCallPresenter.getInstance().addListener(this);
33 mCall = CallList.getInstance().getOutgoingOrActive();
39 InCallPresenter.getInstance().removeListener(this);
64 TelecomAdapter.getInstance().playDtmfTone(mCall.getId(), c);
76 TelecomAdapter.getInstance().stopDtmfTone(mCall.getId());
H A DCallButtonPresenter.java58 AudioModeProvider.getInstance().addListener(this);
61 final InCallPresenter inCallPresenter = InCallPresenter.getInstance();
70 CallList.getInstance());
77 InCallPresenter.getInstance().removeListener(this);
78 AudioModeProvider.getInstance().removeListener(this);
79 InCallPresenter.getInstance().removeIncomingCallListener(this);
80 InCallPresenter.getInstance().removeDetailsListener(this);
81 InCallPresenter.getInstance().getInCallCameraManager().removeCameraSelectionListener(this);
82 InCallPresenter.getInstance().removeCanAddCallListener(this);
135 onStateChange(oldState, newState, CallList.getInstance());
[all...]
H A DConferenceManagerPresenter.java45 InCallPresenter.getInstance().addListener(this);
46 InCallPresenter.getInstance().addIncomingCallListener(this);
53 InCallPresenter.getInstance().removeListener(this);
54 InCallPresenter.getInstance().removeIncomingCallListener(this);
68 InCallPresenter.getInstance().showConferenceCallManager(false);
71 InCallPresenter.getInstance().showConferenceCallManager(false);
92 InCallPresenter.getInstance().showConferenceCallManager(false);
101 InCallPresenter.getInstance().showConferenceCallManager(false);
/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/Email/provider_src/com/android/email/
H A DNotificationControllerCreatorHolder.java25 public NotificationController getInstance(Context context){
39 public static NotificationController getInstance(Context context) { method in class:NotificationControllerCreatorHolder
40 return getNotificationControllerCreator().getInstance(context);
H A DNotificationControllerCreator.java22 NotificationController getInstance(Context context); method in interface:NotificationControllerCreator
/packages/inputmethods/LatinIME/native/jni/tests/suggest/core/dicnode/
H A Ddic_node_pool_test.cpp29 EXPECT_NE(nullptr, dicNodePool.getInstance());
31 EXPECT_EQ(nullptr, dicNodePool.getInstance());
38 DicNode *const dicNode = dicNodePool.getInstance();
40 EXPECT_EQ(nullptr, dicNodePool.getInstance());
42 EXPECT_EQ(dicNode, dicNodePool.getInstance());
51 EXPECT_NE(nullptr, dicNodePool.getInstance());
53 EXPECT_EQ(nullptr, dicNodePool.getInstance());
57 EXPECT_NE(nullptr, dicNodePool.getInstance());
59 EXPECT_EQ(nullptr, dicNodePool.getInstance());
63 EXPECT_NE(nullptr, dicNodePool.getInstance());
[all...]
/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/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DCityNameComparator.java26 mCollator = Collator.getInstance();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWallpaperChangedReceiver.java26 LauncherAppState appState = LauncherAppState.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/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestInCallServiceImpl.java40 TestCallList.getInstance().addCall(call);
46 TestCallList.getInstance().removeCall(call);
55 TestCallList.getInstance().clearCalls();
63 TestCallList.getInstance().clearCalls();
H A DTestInCallServiceBroadcastReceiver.java55 TestCallList.getInstance().sendUpgradeToVideoRequest(videoState);
58 TestCallList.getInstance().sendUpgradeToVideoResponse(videoState);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DUserDictionaryToolsListEN.java35 if (OpenWnnEN.getInstance() == null) {
57 return OpenWnnEN.getInstance().onEvent(ev);
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyGlobals.java54 public static synchronized TelephonyGlobals getInstance(Context context) { method in class:TelephonyGlobals
68 TelecomAccountRegistry.getInstance(mContext).setupOnBoot();
/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/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();

Completed in 382 milliseconds

1234567891011>>