Searched refs:mCallerDisplayId (Results 1 – 1 of 1) sorted by relevance
483 private int mCallerDisplayId = INVALID_DISPLAY; field in ActivityOptions1283 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()