OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accountsbundle
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java
276
PersistableBundle
accountsBundle
= jobExtras.getPersistableBundle(key);
277
Account account = new Account(
accountsBundle
.getString("accountName"),
278
accountsBundle
.getString("accountType"));
Completed in 57 milliseconds