OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShortcutTypeFromPosition
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/list/
DialerPhoneNumberListAdapter.java
65
final int shortcut =
getShortcutTypeFromPosition
(position);
82
final int shortcutType =
getShortcutTypeFromPosition
(position);
102
public int
getShortcutTypeFromPosition
(int position) {
126
final int shortcutType =
getShortcutTypeFromPosition
(position);
SearchFragment.java
95
final int shortcutType = adapter.
getShortcutTypeFromPosition
(position);
Completed in 205 milliseconds