Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DCommandSession.java85 private static final String KEY_HOST_ID = EXTRA_PREFIX + "key_host_id"; field in CommandSession
457 commandBuilder.append(" --es " + KEY_HOST_ID + " " + session.mHostId);
475 intent.putExtra(KEY_HOST_ID, session.mHostId);
499 final ActivitySession session = mSessions.get(intent.getStringExtra(KEY_HOST_ID));
591 intent.putExtra(KEY_HOST_ID, mHostId);
695 final String hostId = getIntent().getStringExtra(KEY_HOST_ID);