Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/controls/
DControl.java116 private final @NonNull PendingIntent mAppIntent; field in Control
174 mAppIntent = appIntent; in Control()
209 mAppIntent = PendingIntent.CREATOR.createFromParcel(in); in Control()
292 return mAppIntent; in getAppIntent()
375 mAppIntent.writeToParcel(dest, flags); in writeToParcel()
438 private @NonNull PendingIntent mAppIntent; field in Control.StatelessBuilder
451 mAppIntent = appIntent; in StatelessBuilder()
467 mAppIntent = control.mAppIntent; in StatelessBuilder()
556 mAppIntent = appIntent; in setAppIntent()
598 mAppIntent, in build()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java196 private Intent mAppIntent; field in Bubble
246 mAppIntent = intent; in Bubble()
898 return mAppIntent; in getAppBubbleIntent()