OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObbState
(Results
1 - 2
of
2
) sorted by null
/development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java
64
ObbState
state = (
ObbState
) getLastNonConfigurationInstance();
133
ObbState
state = new
ObbState
(mSM, mStatus.getText(), mPath.getText());
137
private static class
ObbState
{
142
ObbState
(StorageManager storageManager, CharSequence status, CharSequence path) {
/frameworks/base/services/core/java/com/android/server/
MountService.java
444
final private Map<IBinder, List<
ObbState
>> mObbMounts = new HashMap<IBinder, List<
ObbState
>>();
446
/** Map from raw paths to {@link
ObbState
}. */
447
final private Map<String,
ObbState
> mObbPathToStateMap = new HashMap<String,
ObbState
>();
452
class
ObbState
implements IBinder.DeathRecipient {
453
public
ObbState
(String rawPath, String canonicalPath, int callingUid,
500
StringBuilder sb = new StringBuilder("
ObbState
{");
[
all
...]
Completed in 132 milliseconds