Searched refs:KEY_RESULT_KEY (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/compat/jellybean/android/support/v4/app/
H A DRemoteInputCompatJellybean.java31 private static final String KEY_RESULT_KEY = "resultKey"; field in class:RemoteInputCompatJellybean
39 return factory.build(data.getString(KEY_RESULT_KEY),
48 data.putString(KEY_RESULT_KEY, remoteInput.getResultKey());

Completed in 36 milliseconds