Home
last modified time | relevance | path

Searched refs:mAppIntent (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/controls/
H A DControl.java174 mAppIntent = appIntent; in Control()
292 return mAppIntent; in getAppIntent()
375 mAppIntent.writeToParcel(dest, flags); in writeToParcel()
451 mAppIntent = appIntent; in StatelessBuilder()
467 mAppIntent = control.mAppIntent; in StatelessBuilder()
556 mAppIntent = appIntent; in setAppIntent()
598 mAppIntent, in build()
654 mAppIntent = appIntent; in StatefulBuilder()
670 mAppIntent = control.mAppIntent; in StatefulBuilder()
763 mAppIntent = appIntent; in setAppIntent()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java192 private Intent mAppIntent; field in Bubble
242 mAppIntent = intent; in Bubble()
851 return mAppIntent; in getAppBubbleIntent()