Searched defs:extraData (Results 1 – 11 of 11) sorted by relevance
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
D | GoogleSource.java | 27 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut()
|
D | AbstractGoogleSource.java | 52 public abstract SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut()
|
D | GoogleSuggestionProvider.java | 83 String extraData = in query() local
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapSimAkaMethodStateMachine.java | 213 boolean isValidMac(String tag, EapMessage message, EapSimAkaTypeData typeData, byte[] extraData) in isValidMac() 239 byte[] getMac(int eapCode, int eapIdentifier, EapSimAkaTypeData typeData, byte[] extraData) in getMac() 269 EapResult buildResponseMessageWithMac(int identifier, int eapSubtype, byte[] extraData) { in buildResponseMessageWithMac() 276 int identifier, int eapSubtype, byte[] extraData, List<EapSimAkaAttribute> attributes) { in buildResponseMessageWithMac()
|
/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
D | NavigationNotificationViewHolder.java | 63 Bundle extraData = notification.extras; in bindBody() local
|
D | CallNotificationViewHolder.java | 63 Bundle extraData = notification.extras; in bindBody() local
|
D | InboxNotificationViewHolder.java | 63 Bundle extraData = notification.extras; in bindBody() local
|
D | BasicNotificationViewHolder.java | 63 Bundle extraData = notification.extras; in bindBody() local
|
D | EmergencyNotificationViewHolder.java | 72 Bundle extraData = notification.extras; in bind() local
|
D | ProgressNotificationViewHolder.java | 74 Bundle extraData = notification.extras; in bindBody() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SuggestionUtils.java | 40 String extraData = suggestion.getSuggestionIntentExtraData(); in getSuggestionIntent() local
|