Home
last modified time | relevance | path

Searched defs:AppIntentEvent (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/iorap/include/binder/
H A Dapp_intent_event.h29 struct AppIntentEvent : public AutoParcelable<AppIntentEvent> { struct
39 IORAP_INTROSPECT_ADAPT_STRUCT(AppIntentEvent, type, old_activity_info, new_activity_info); argument
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
H A DAppIntentEvent.java43 public class AppIntentEvent implements Parcelable { class
69 private AppIntentEvent(@Type int type, ActivityInfo oldActivityInfo, in AppIntentEvent() method in AppIntentEvent
114 private AppIntentEvent(Parcel in) { in AppIntentEvent() method in AppIntentEvent