Searched refs:PARCEL_UUID_KEY (Results 1 – 1 of 1) sorted by relevance
46 private static final String PARCEL_UUID_KEY = "PARCEL_UUID"; field in PersistableBundleUtils106 result.putString(PARCEL_UUID_KEY, uuid.toString()); in fromParcelUuid()118 return ParcelUuid.fromString(bundle.getString(PARCEL_UUID_KEY)); in toParcelUuid()