Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DConnectToNetworkNotificationBuilder.java170 CharSequence title, CharSequence content, String extraData) { in createNotificationBuilder()
186 private PendingIntent getPrivateBroadcast(String action, String extraData) { in getPrivateBroadcast()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachine.java276 boolean isValidMac(String tag, EapMessage message, EapSimAkaTypeData typeData, byte[] extraData) in isValidMac()
424 byte[] getMac(int eapCode, int eapIdentifier, EapSimAkaTypeData typeData, byte[] extraData) in getMac()
454 EapResult buildResponseMessageWithMac(int identifier, int eapSubtype, byte[] extraData) { in buildResponseMessageWithMac()
468 byte[] extraData, in buildResponseMessageWithMac()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DNavigationNotificationViewHolder.java61 Bundle extraData = notification.extras; in bindBody() local
DInboxNotificationViewHolder.java62 Bundle extraData = notification.extras; in bindBody() local
DCallNotificationViewHolder.java61 Bundle extraData = notification.extras; in bindBody() local
DBasicNotificationViewHolder.java61 Bundle extraData = notification.extras; in bindBody() local
DEmergencyNotificationViewHolder.java79 Bundle extraData = notification.extras; in bind() local
DProgressNotificationViewHolder.java78 Bundle extraData = notification.extras; in bindBody() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionUtils.kt33 val extraData: String? = suggestion?.suggestionIntentExtraData in getSuggestionIntent() constant
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSuggestionProvider.kt79 val extraData: String? = uri.getQueryParameter(SearchManager.SUGGEST_COLUMN_INTENT_EXTRA_DATA) in query() constant
/packages/apps/Settings/src/com/android/settings/spa/core/instrumentation/
DSpaLogProvider.kt67 val extraData: Bundle, val dataModel: MetricsDataModel) { constant in com.android.settings.spa.core.instrumentation.SpaLogData