Home
last modified time | relevance | path

Searched defs:readBundle (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/
DAppsIndexerSettings.java95 static PersistableBundle readBundle(@NonNull File src) throws IOException { in readBundle() method in AppsIndexerSettings
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerSettings.java128 static PersistableBundle readBundle(@NonNull File src) throws IOException { in readBundle() method in ContactsIndexerSettings
/packages/services/Car/service/src/com/android/car/telemetry/util/
DIoUtils.java47 public static PersistableBundle readBundle(@NonNull File bundleFile) throws IOException { in readBundle() method in IoUtils