Searched refs:getLaunchedFromBubble (Results 1 – 4 of 4) sorted by relevance
403 if (options.getLaunchedFromBubble() && !isSystemOrSystemUI(callingPid, callingUid)) { in checkPermissions()
933 r.shareableActivityToken, r.getLaunchedFromBubble(), fragmentToken)); in realStartActivityLocked()
4924 boolean getLaunchedFromBubble() { in getLaunchedFromBubble() method in ActivityRecord4929 mLaunchedFromBubble = options.getLaunchedFromBubble(); in setOptions()
2012 public boolean getLaunchedFromBubble() { in getLaunchedFromBubble() method in ActivityOptions