Home
last modified time | relevance | path

Searched defs:extraData (Results 1 – 11 of 11) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSource.java27 SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut()
DAbstractGoogleSource.java52 public abstract SuggestionCursor refreshShortcut(String shortcutId, String extraData); in refreshShortcut()
DGoogleSuggestionProvider.java83 String extraData = in query() local
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachine.java213 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/
DNavigationNotificationViewHolder.java63 Bundle extraData = notification.extras; in bindBody() local
DCallNotificationViewHolder.java63 Bundle extraData = notification.extras; in bindBody() local
DInboxNotificationViewHolder.java63 Bundle extraData = notification.extras; in bindBody() local
DBasicNotificationViewHolder.java63 Bundle extraData = notification.extras; in bindBody() local
DEmergencyNotificationViewHolder.java72 Bundle extraData = notification.extras; in bind() local
DProgressNotificationViewHolder.java74 Bundle extraData = notification.extras; in bindBody() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionUtils.java40 String extraData = suggestion.getSuggestionIntentExtraData(); in getSuggestionIntent() local