Searched defs:Intent (Results 1 – 7 of 7) sorted by relevance
19 public class Intent { class20 public Intent(String action) { in Intent() method in Intent
65 fun Intent.appendSpaParams( in appendSpaParams() method77 fun Intent.getDestination(): String? { in getDestination() method81 fun Intent.getEntryId(): String? { in getEntryId() method85 fun Intent.getSessionName(): String? { in getSessionName() method
97 fun Intent.toNetworkNameModel(separator: String): NetworkNameModel? { in toNetworkNameModel() method
112 fun Intent.createBrowsePendingIntent(): PendingIntent? { in createBrowsePendingIntent() method
660 public class Intent implements Parcelable, Cloneable { class7537 public Intent() { in Intent() method in Intent7543 public Intent(Intent o) { in Intent() method in Intent7547 private Intent(Intent o, @CopyMode int copyMode) { in Intent() method in Intent7617 public Intent(String action) { in Intent() method in Intent7637 public Intent(String action, Uri uri) { in Intent() method in Intent7658 public Intent(Context packageContext, Class<?> cls) { in Intent() method in Intent7685 public Intent(String action, Uri uri, in Intent() method in Intent11828 protected Intent(Parcel in) { in Intent() method
306 private fun Intent.configureChooserIntent( in createContentPreviewView() method
412 private fun Intent.carrierId(): Int = in Intent() method