Searched defs:getInfo (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/search/
H A DDefaultAppSearchAlgorithmTest.java40 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("white cow"), "cow", MATCHER));
41 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("whiteCow"), "cow", MATCHER));
42 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("whiteCOW"), "cow", MATCHER));
43 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("whitecowCOW"), "cow", MATCHER));
44 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("white2cow"), "cow", MATCHER));
46 assertFalse(DefaultAppSearchAlgorithm.matches(getInfo("whitecow"), "cow", MATCHER));
47 assertFalse(DefaultAppSearchAlgorithm.matches(getInfo("whitEcow"), "cow", MATCHER));
49 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("whitecowCow"), "cow", MATCHER));
50 assertTrue(DefaultAppSearchAlgorithm.matches(getInfo("whitecow cow"), "cow", MATCHER));
51 assertFalse(DefaultAppSearchAlgorithm.matches(getInfo("whitecowco
93 private AppInfo getInfo(String title) { method in class:DefaultAppSearchAlgorithmTest
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DPunctuationSuggestions.java97 public SuggestedWordInfo getInfo(final int index) { method in class:PunctuationSuggestions
H A DSuggestedWords.java147 public SuggestedWordInfo getInfo(final int index) { method in class:SuggestedWords
164 final SuggestedWordInfo wordInfo = getInfo(pos);
221 final SuggestedWordInfo prevWordInfo = previousSuggestions.getInfo(index);
445 final SuggestedWordInfo info = getInfo(SuggestedWords.INDEX_OF_TYPED_WORD);
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
H A DBottomRow.java75 public static Info getInfo(Context context, PrimaryCallState state, PrimaryInfo primaryInfo) { method in class:BottomRow
H A DTopRow.java62 public static Info getInfo(Context context, PrimaryCallState state, PrimaryInfo primaryInfo) { method in class:TopRow
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerGaugePreference.java104 BatteryEntry getInfo() { method in class:PowerGaugePreference
/packages/apps/Dialer/java/com/android/incallui/
H A DContactInfoCache.java296 ContactCacheEntry getInfo(String callId) { method in class:ContactInfoCache
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java313 FolderInfo getInfo() { method in class:Folder
/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java95 public InCallServiceInfo getInfo() { return null; } method in class:InCallController.InCallServiceConnection
251 public InCallServiceInfo getInfo() { method in class:InCallController.InCallServiceBindingConnection
384 public InCallServiceInfo getInfo() { method in class:InCallController.EmergencyInCallServiceConnection
386 return mSubConnection.getInfo();
388 return super.getInfo();
509 public InCallServiceInfo getInfo() { method in class:InCallController.CarSwappingInCallServiceConnection
510 return mCurrentConnection.getInfo();
783 boolean includeRttCall = info.equals(mInCallServiceConnection.getInfo());
850 boolean includeRttCall = info.equals(mInCallServiceConnection.getInfo());
995 .filter((entry) -> entry.getKey().equals(mInCallServiceConnection.getInfo()))
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java426 public FolderInfo getInfo() { method in class:Folder

Completed in 379 milliseconds