Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java483 private int mCallerDisplayId = INVALID_DISPLAY; field in ActivityOptions
1283 mCallerDisplayId = opts.getInt(KEY_CALLER_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()
1678 return mCallerDisplayId; in getCallerDisplayId()
1683 mCallerDisplayId = callerDisplayId; in setCallerDisplayId()
2264 if (mCallerDisplayId != INVALID_DISPLAY) { in toBundle()
2265 b.putInt(KEY_CALLER_DISPLAY_ID, mCallerDisplayId); in toBundle()