Home
last modified time | relevance | path

Searched defs:Intent (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/errorprone/tests/res/android/content/
DIntent.java19 public class Intent { class
20 public Intent(String action) { in Intent() method in Intent
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/
DSpaIntent.kt65 fun Intent.appendSpaParams( in appendSpaParams() method
77 fun Intent.getDestination(): String? { in getDestination() method
81 fun Intent.getEntryId(): String? { in getEntryId() method
85 fun Intent.getSessionName(): String? { in getSessionName() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
DNetworkNameModel.kt97 fun Intent.toNetworkNameModel(separator: String): NetworkNameModel? { in toNetworkNameModel() method
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/slice/
DSliceUtil.kt112 fun Intent.createBrowsePendingIntent(): PendingIntent? { in createBrowsePendingIntent() method
/frameworks/base/core/java/android/content/
DIntent.java660 public class Intent implements Parcelable, Cloneable { class
7537 public Intent() { in Intent() method in Intent
7543 public Intent(Intent o) { in Intent() method in Intent
7547 private Intent(Intent o, @CopyMode int copyMode) { in Intent() method in Intent
7617 public Intent(String action) { in Intent() method in Intent
7637 public Intent(String action, Uri uri) { in Intent() method in Intent
7658 public Intent(Context packageContext, Class<?> cls) { in Intent() method in Intent
7685 public Intent(String action, Uri uri, in Intent() method in Intent
11828 protected Intent(Parcel in) { in Intent() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaProjectionAppSelectorActivity.kt306 private fun Intent.configureChooserIntent( in createContentPreviewView() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryImpl.kt412 private fun Intent.carrierId(): Int = in Intent() method