Searched refs:mCallerDisplayId (Results 1 – 1 of 1) sorted by relevance
396 private int mCallerDisplayId = INVALID_DISPLAY; field in ActivityOptions1138 mCallerDisplayId = opts.getInt(KEY_CALLER_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()1443 return mCallerDisplayId; in getCallerDisplayId()1448 mCallerDisplayId = callerDisplayId; in setCallerDisplayId()1876 if (mCallerDisplayId != INVALID_DISPLAY) { in toBundle()1877 b.putInt(KEY_CALLER_DISPLAY_ID, mCallerDisplayId); in toBundle()