Searched refs:AppIntentEvent (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/ |
H A D | AppIntentEvent.java | 43 public class AppIntentEvent implements Parcelable { class 94 } else if (other instanceof AppIntentEvent) { in equals() 95 return equals((AppIntentEvent) other); in equals() 100 private boolean equals(AppIntentEvent other) { in equals() 114 private AppIntentEvent(Parcel in) { in AppIntentEvent() method in AppIntentEvent 127 public static final Parcelable.Creator<AppIntentEvent> CREATOR 128 = new Parcelable.Creator<AppIntentEvent>() { 129 public AppIntentEvent createFromParcel(Parcel in) { 130 return new AppIntentEvent(in); 133 public AppIntentEvent[] newArray(int size) { [all …]
|
/aosp12/system/iorap/include/binder/ |
H A D | app_intent_event.h | 29 struct AppIntentEvent : public AutoParcelable<AppIntentEvent> { struct 39 IORAP_INTROSPECT_ADAPT_STRUCT(AppIntentEvent, type, old_activity_info, new_activity_info); argument 43 IORAP_JAVA_NAMESPACE_BINDER_TYPEDEF(AppIntentEvent)
|
/aosp12/frameworks/base/startop/iorap/tests/src/com/google/android/startop/iorap/ |
H A D | ParcelablesTest.kt | 49 AppIntentEvent.createDefaultIntentChanged(newActivityInfo(), 51 AppIntentEvent.createDefaultIntentChanged(newActivityInfo(), 53 AppIntentEvent.createDefaultIntentChanged(newActivityInfoOther(),
|
H A D | IIorapIntegrationTest.kt | 109 iorapService.onAppIntentEvent(requestId, AppIntentEvent.createDefaultIntentChanged(
|
/aosp12/system/iorap/binder/com/google/android/startop/iorap/ |
H A D | IIorap.aidl | 21 import com.google.android.startop.iorap.AppIntentEvent; 117 void onAppIntentEvent(in RequestId request, in AppIntentEvent event); in onAppIntentEvent()
|
H A D | AppIntentEvent.aidl | 20 parcelable AppIntentEvent cpp_header "binder/app_intent_event.h";
|
/aosp12/system/iorap/src/binder/ |
H A D | iiorap_def.h | 38 (const ::com::google::android::startop::iorap::,AppIntentEvent,&,event)) \
|