Searched defs:match (Results 51 - 61 of 61) sorted by relevance

123

/frameworks/base/tools/aapt2/compile/
H A DPng.cpp300 bool match = false; local
303 match = true;
312 if (!match) {
1203 // If the PNG signature doesn't match, bail early.
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java686 public void addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, argument
691 public void replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, argument
/frameworks/native/opengl/libagl/
H A Degl.cpp803 bool (*match)(GLint reqValue, GLint confValue); member in struct:android::config_management_t
1161 // attribute found, check if this config could match
1167 bool match = gConfigManagement[cfgMgtIndex].match( local
1169 if (match) {
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java2011 int match, ComponentName[] set, ComponentName activity) {
2013 mPM.addPreferredActivity(filter, match, set, activity, mContext.getUserId());
2020 public void addPreferredActivityAsUser(IntentFilter filter, int match, argument
2023 mPM.addPreferredActivity(filter, match, set, activity, userId);
2031 int match, ComponentName[] set, ComponentName activity) {
2033 mPM.replacePreferredActivity(filter, match, set, activity, mContext.getUserId());
2041 int match, ComponentName[] set, ComponentName activity,
2044 mPM.replacePreferredActivity(filter, match, set, activity, userId);
2010 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
2030 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
2040 replacePreferredActivityAsUser(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp1135 bool match = (attribute == local
1138 return match;
1141 return match && (attribute ==
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java380 * Querying flag: match components which are direct boot <em>unaware</em> in
385 * to match only runnable components based on the user state. For example,
397 * Querying flag: match components which are direct boot <em>aware</em> in
402 * to match only runnable components based on the user state. For example,
492 * if all signatures on the two packages match.
516 * if not all signatures on both packages match.
1123 * package because its packaged native code did not match any of the ABIs
3228 * must be under a domain you control, with a suffix that will not match
3413 * two packages match. The value is >= 0 ({@link #SIGNATURE_MATCH}) if
3414 * all signatures match o
5278 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
5287 addPreferredActivityAsUser(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, @UserIdInt int userId) argument
5314 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
5321 replacePreferredActivityAsUser(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, @UserIdInt int userId) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp876 // because the strings are sorted with strzcmp16(). So to match
2188 // match the requested locale.
2190 // Because of the locale-related checks in match() and the checks, we know
2192 // 1) The resource languages are either empty or match the request;
2195 // unknown or match the request.
2202 // We consider the one that has the language specified a better match.
2204 // The exception is that we consider no-language resources a better match
2211 // better match if the other resource has a country other than
2234 // the script checks in match(), the scripts are either all unknown or are
2333 // For screen size, the best match i
2507 bool ResTable_config::match(const ResTable_config& settings) const { function in class:android::ResTable_config
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3449 // Caller expressed no opinion, so match based on user state
3530 // Safe mode means we shouldn't match any third-party components
3575 if (a.intents.get(i).match(intent.getAction(), resolvedType, intent.getScheme(),
4795 IntentFilter filter, int match, ComponentName activity) {
4802 + " match=" + match
4813 addPreferredActivityInternal(filter, match, null, activity, false, userId,
4911 // No hash prefix match; there are no ephemeral apps for this domain.
4915 // Go in reverse order so we match the narrowest scope first.
4930 // We have a domain match; resolv
4794 setLastChosenActivity(Intent intent, String resolvedType, int flags, IntentFilter filter, int match, ComponentName activity) argument
10800 newResult(PackageParser.ActivityIntentInfo info, int match, int userId) argument
11007 newResult(PackageParser.ServiceIntentInfo filter, int match, int userId) argument
11225 newResult(PackageParser.ProviderIntentInfo filter, int match, int userId) argument
11324 newResult(EphemeralResolveIntentInfo info, int match, int userId) argument
16901 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
16907 addPreferredActivityInternal(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, boolean always, int userId, String opname) argument
16961 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java916 protected BroadcastFilter newResult(BroadcastFilter filter, int match, int userId) {
919 return super.newResult(filter, match, userId);
5521 // Remove all tasks match the cleared application package and user
6002 // that match it. We need to qualify this by the processes
7093 "Intent array length does not match resolvedTypes length");
7839 // check if target holds any <path-permission> that match uri
7847 if (pp.match(path)) {
7852 + ": match=" + pp.match(path)
7867 + ": match
15101 boolean match(Object object, ComponentName comp) { method in class:ActivityManagerService.ItemMatcher
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 403 milliseconds

123