Searched refs:mCallerDisplayId (Results 1 – 1 of 1) sorted by relevance
497 private int mCallerDisplayId = INVALID_DISPLAY; field in ActivityOptions1345 mCallerDisplayId = opts.getInt(KEY_CALLER_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()1725 return mCallerDisplayId; in getCallerDisplayId()1730 mCallerDisplayId = callerDisplayId; in setCallerDisplayId()2378 if (mCallerDisplayId != INVALID_DISPLAY) { in toBundle()2379 b.putInt(KEY_CALLER_DISPLAY_ID, mCallerDisplayId); in toBundle()