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

1234567891011>>

/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/apps/Dialer/java/com/android/incallui/
H A DInCallServiceImpl.java43 AudioModeProvider.getInstance().onAudioStateChanged(audioState);
48 InCallPresenter.getInstance().onBringToForeground(showDialpad);
53 InCallPresenter.getInstance().onCallAdded(call);
58 InCallPresenter.getInstance().onCallRemoved(call);
63 InCallPresenter.getInstance().onCanAddCallChanged(canAddCall);
69 final ContactInfoCache contactInfoCache = ContactInfoCache.getInstance(context);
70 InCallPresenter.getInstance()
73 CallList.getInstance(),
79 context, AudioModeProvider.getInstance(), new AccelerometerListener(context)),
81 InCallPresenter.getInstance()
[all...]
H A DDialpadPresenter.java36 InCallPresenter.getInstance().addListener(this);
37 mCall = CallList.getInstance().getOutgoingOrActive();
43 InCallPresenter.getInstance().removeListener(this);
71 TelecomAdapter.getInstance().playDtmfTone(mCall.getId(), c);
81 TelecomAdapter.getInstance().stopDtmfTone(mCall.getId());
H A DAudioRouteSelectorActivity.java34 AudioRouteSelectorDialogFragment.newInstance(AudioModeProvider.getInstance().getAudioState())
40 TelecomAdapter.getInstance().setAudioRoute(audioRoute);
H A DConferenceManagerPresenter.java40 InCallPresenter.getInstance().addListener(this);
41 InCallPresenter.getInstance().addIncomingCallListener(this);
48 InCallPresenter.getInstance().removeListener(this);
49 InCallPresenter.getInstance().removeIncomingCallListener(this);
63 InCallPresenter.getInstance().showConferenceCallManager(false);
66 InCallPresenter.getInstance().showConferenceCallManager(false);
86 InCallPresenter.getInstance().showConferenceCallManager(false);
95 InCallPresenter.getInstance().showConferenceCallManager(false);
H A DCallButtonPresenter.java74 AudioModeProvider.getInstance().addListener(this);
77 final InCallPresenter inCallPresenter = InCallPresenter.getInstance();
85 onStateChange(InCallState.NO_CALLS, inCallPresenter.getInCallState(), CallList.getInstance());
93 InCallPresenter.getInstance().removeListener(this);
94 AudioModeProvider.getInstance().removeListener(this);
95 InCallPresenter.getInstance().removeIncomingCallListener(this);
96 InCallPresenter.getInstance().removeDetailsListener(this);
97 InCallPresenter.getInstance().getInCallCameraManager().removeCameraSelectionListener(this);
98 InCallPresenter.getInstance().removeCanAddCallListener(this);
147 onStateChange(oldState, newState, CallList.getInstance());
[all...]
/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/src/com/android/tv/tuner/tvinput/
H A DTunerDebug.java54 public static TunerDebug getInstance() { method in class:TunerDebug
60 TunerDebug sTunerDebug = getInstance();
65 TunerDebug sTunerDebug = getInstance();
75 TunerDebug sTunerDebug = getInstance();
80 TunerDebug sTunerDebug = getInstance();
85 TunerDebug sTunerDebug = getInstance();
90 TunerDebug sTunerDebug = getInstance();
95 TunerDebug sTunerDebug = getInstance();
100 TunerDebug sTunerDebug = getInstance();
105 TunerDebug sTunerDebug = getInstance();
[all...]
/packages/apps/Contacts/src/com/android/contacts/util/
H A DPhonebookCollatorFactory.java28 return Collator.getInstance(Locale.getDefault());
/packages/apps/Dialer/java/com/android/dialer/location/
H A DGeoUtil.java32 return CountryDetector.getInstance(context).getCurrentCountryIso();
36 final PhoneNumberOfflineGeocoder geocoder = PhoneNumberOfflineGeocoder.getInstance();
37 final PhoneNumberUtil phoneNumberUtil = PhoneNumberUtil.getInstance();
/packages/apps/Contacts/src/com/android/contacts/logging/
H A DLogger.java29 private static Logger getInstance() { method in class:Logger
47 final Logger logger = getInstance();
57 final Logger logger = getInstance();
76 final Logger logger = getInstance();
87 final Logger logger = getInstance();
100 final Logger logger = getInstance();
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
H A DBootReminder.java33 EncryptionController.getInstance(context).resumeProvisioning();
H A DPostEncryptionActivity.java32 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/providers/TvProvider/src/com/android/providers/tv/
H A DBootCompletedReceiver.java30 TransientRowHelper.getInstance(context).ensureOldTransientRowsDeleted();
/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);
/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/Contacts/src/com/android/contacts/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/Dialer/java/com/android/dialer/util/
H A DTouchPointManager.java37 public static TouchPointManager getInstance() { method in class:TouchPointManager

Completed in 695 milliseconds

1234567891011>>