OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExisting
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
PackageManagerBackupAgent.java
68
private final HashSet<String>
mExisting
= new HashSet<String>();
136
mExisting
.clear();
149
if (!
mExisting
.contains(GLOBAL_METADATA_KEY)) {
157
mExisting
.remove(GLOBAL_METADATA_KEY);
175
mExisting
.add(packName);
179
if (
mExisting
.contains(packName)) {
183
// metadata again. In either case, take it out of
mExisting
so that
185
mExisting
.remove(packName);
225
for (String app :
mExisting
) {
364
mExisting
.clear()
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java
43
private Set<String>
mExisting
;
63
mExisting
= existing;
128
if (
mExisting
!= null &&
mExisting
.contains(newText)) {
Completed in 1651 milliseconds