Searched defs:fromKey (Results 1 - 5 of 5) sorted by relevance

/packages/apps/TV/src/com/android/tv/config/
H A DRemoteConfigFeature.java31 public static RemoteConfigFeature fromKey(String key) { method in class:RemoteConfigFeature
/packages/apps/Settings/src/com/android/settings/password/
H A DScreenLockType.java102 public static ScreenLockType fromKey(String key) { method in class:ScreenLockType
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java4378 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) {
4380 if (fromValues.containsKey(fromKey)) {
4381 toValues.put(toKey, fromValues.getAsString(fromKey));
4386 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) {
4388 if (fromValues.containsKey(fromKey)) {
4390 Object value = fromValues.get(fromKey);
4377 copyStringValue( ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) argument
4385 copyLongValue( ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) argument
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 2532 milliseconds