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

1234567891011>>

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DInCallServiceImpl.java36 AudioModeProvider.getInstance().onAudioStateChanged(audioState.isMuted(),
42 InCallPresenter.getInstance().onBringToForeground(showDialpad);
47 InCallPresenter.getInstance().onCallAdded(call);
52 InCallPresenter.getInstance().onCallRemoved(call);
57 InCallPresenter.getInstance().onCanAddCallChanged(canAddCall);
63 final ContactInfoCache contactInfoCache = ContactInfoCache.getInstance(context);
64 InCallPresenter.getInstance().setUp(
66 CallList.getInstance(),
68 AudioModeProvider.getInstance(),
74 AudioModeProvider.getInstance(),
[all...]
H A DNotificationBroadcastReceiver.java60 InCallPresenter.getInstance().answerIncomingCall(
63 InCallPresenter.getInstance().answerIncomingCall(
66 InCallPresenter.getInstance().declineIncomingCall(context);
68 InCallPresenter.getInstance().hangUpOngoingCall(context);
71 InCallPresenter.getInstance().acceptUpgradeRequest(
74 InCallPresenter.getInstance().declineUpgradeRequest(context);
77 InCallPresenter.getInstance().getExternalCallNotifier()
H A DAnswerPresenter.java50 CallList.getInstance().addListener(this);
51 final CallList calls = CallList.getInstance();
64 CallList.getInstance().removeListener(this);
68 CallList.getInstance().removeCallUpdateListener(mCallId, this);
76 Call modifyCall = CallList.getInstance().getVideoUpgradeRequestCall();
80 CallList.getInstance().removeCallUpdateListener(mCallId, this);
81 InCallPresenter.getInstance().declineUpgradeRequest();
108 CallList.getInstance().removeCallUpdateListener(mCallId, this);
133 InCallPresenter inCallPresenter = InCallPresenter.getInstance();
150 CallList.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 DInCallVideoCallCallback.java60 InCallVideoCallCallbackNotifier.getInstance().upgradeToVideoRequest(mCall,
107 InCallVideoCallCallbackNotifier.getInstance().callSessionEvent(event);
118 InCallVideoCallCallbackNotifier.getInstance().peerDimensionsChanged(mCall, width, height);
128 InCallVideoCallCallbackNotifier.getInstance().videoQualityChanged(mCall, videoQuality);
140 InCallVideoCallCallbackNotifier.getInstance().callDataUsageChanged(dataUsage);
152 InCallVideoCallCallbackNotifier.getInstance().cameraDimensionsChanged(
H A DCallButtonPresenter.java70 AudioModeProvider.getInstance().addListener(this);
73 final InCallPresenter inCallPresenter = InCallPresenter.getInstance();
82 CallList.getInstance());
89 InCallPresenter.getInstance().removeListener(this);
90 AudioModeProvider.getInstance().removeListener(this);
91 InCallPresenter.getInstance().removeIncomingCallListener(this);
92 InCallPresenter.getInstance().removeDetailsListener(this);
93 InCallPresenter.getInstance().getInCallCameraManager().removeCameraSelectionListener(this);
94 InCallPresenter.getInstance().removeCanAddCallListener(this);
147 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/TV/usbtuner/src/com/android/usbtuner/tvinput/
H A DUsbTunerDebug.java54 public static UsbTunerDebug getInstance() { method in class:UsbTunerDebug
60 UsbTunerDebug sUsbTunerDebug = getInstance();
65 UsbTunerDebug sUsbTunerDebug = getInstance();
75 UsbTunerDebug sUsbTunerDebug = getInstance();
80 UsbTunerDebug sUsbTunerDebug = getInstance();
85 UsbTunerDebug sUsbTunerDebug = getInstance();
90 UsbTunerDebug sUsbTunerDebug = getInstance();
95 UsbTunerDebug sUsbTunerDebug = getInstance();
100 UsbTunerDebug sUsbTunerDebug = getInstance();
105 UsbTunerDebug sUsbTunerDebug = 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/Settings/src/com/android/settings/vpn2/
H A DVpnUtils.java31 final byte[] value = KeyStore.getInstance().get(Credentials.LOCKDOWN_VPN);
36 KeyStore.getInstance().delete(Credentials.LOCKDOWN_VPN);
42 KeyStore.getInstance().put(Credentials.LOCKDOWN_VPN, lockdownKey.getBytes(),
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
H A DVoicemailProviderChangeReceiver.java33 OmtpVvmSourceManager.getInstance(context);
35 for (PhoneAccountHandle source : OmtpVvmSourceManager.getInstance(context)
/packages/apps/Dialer/src/com/android/dialer/logging/
H A DLogger.java33 public static Logger getInstance() { method in class:Logger
43 final Logger logger = getInstance();
56 final Logger logger = getInstance();
76 final Logger logger = getInstance();
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DBootReminder.java35 EncryptionController.getInstance(context).resumeProvisioning();
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
H A DPostEncryptionActivity.java33 EncryptionController.getInstance(this).resumeProvisioning();
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
H A DTestInputControlService.java30 return TestInputControl.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.java42 TestCallList callList = TestCallList.getInstance();
53 TestCallList.getInstance().removeCall(call);
62 TestCallList.getInstance().clearCalls();
70 TestCallList.getInstance().clearCalls();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DUserDictionaryToolsListEN.java35 if (OpenWnnEN.getInstance() == null) {
57 return OpenWnnEN.getInstance().onEvent(ev);

Completed in 655 milliseconds

1234567891011>>