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