Searched defs:keep (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/text/ |
H A D | InputFilter.java | 177 int keep = mMax - (dest.length() - (dend - dstart)); in filter() local
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | Resource.cpp | 2951 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, in addProguardKeepRule() 2985 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, in addProguardKeepMethodRule() 3002 writeProguardForAndroidManifest(ProguardKeepSet* keep, const sp<AaptAssets>& assets, bool mainDex) in writeProguardForAndroidManifest() 3131 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, in writeProguardForXml() 3224 writeProguardForLayouts(ProguardKeepSet* keep, const sp<AaptAssets>& assets) in writeProguardForLayouts() 3295 writeProguardSpec(const char* filename, const ProguardKeepSet& keep, status_t err) in writeProguardSpec() 3328 ProguardKeepSet keep; in writeProguardFile() local 3352 ProguardKeepSet keep; in writeMainDexProguardFile() local
|
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
H A D | AppWidgetServiceImpl.java | 3566 HashSet<ProviderId> keep = new HashSet<>(); in updateProvidersForPackageLocked() local
|