Home
last modified time | relevance | path

Searched refs:conditions (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/frameworks/base/services/core/java/com/android/server/notification/
DConditionProviders.java206 private Condition[] removeDuplicateConditions(String pkg, Condition[] conditions) { in removeDuplicateConditions() argument
207 if (conditions == null || conditions.length == 0) return null; in removeDuplicateConditions()
208 final int N = conditions.length; in removeDuplicateConditions()
211 final Uri id = conditions[i].id; in removeDuplicateConditions()
216 valid.put(id, conditions[i]); in removeDuplicateConditions()
219 if (valid.size() == N) return conditions; in removeDuplicateConditions()
244 public void notifyConditions(String pkg, ManagedServiceInfo info, Condition[] conditions) { in notifyConditions() argument
247 + (conditions == null ? null : Arrays.asList(conditions))); in notifyConditions()
248 conditions = removeDuplicateConditions(pkg, conditions); in notifyConditions()
249 if (conditions == null || conditions.length == 0) return; in notifyConditions()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataEnabledOverride.java201 OverrideConditions(@NonNull String conditions) { in OverrideConditions() argument
202 mConditions = getBitmaskFromString(conditions); in OverrideConditions()
210 OverrideConditions(@Condition int conditions) { in OverrideConditions() argument
211 mConditions = conditions; in OverrideConditions()
214 private static String getStringFromBitmask(@Condition int conditions) { in getStringFromBitmask() argument
215 if (conditions == CONDITION_UNCONDITIONALLY) { in getStringFromBitmask()
220 if ((conditions & condition) == condition) { in getStringFromBitmask()
348 int conditions = 0; in getCurrentConditions() local
353 conditions |= OverrideConditions.CONDITION_IN_VOICE_CALL; in getCurrentConditions()
357 conditions |= OverrideConditions.CONDITION_NON_DEFAULT; in getCurrentConditions()
[all …]
/frameworks/base/core/java/android/service/autofill/
DCustomDescription.java407 final InternalValidator[] conditions = new InternalValidator[size]; in writeToParcel() local
412 conditions[i] = pair.first; in writeToParcel()
415 dest.writeParcelableArray(conditions, flags); in writeToParcel()
452 final InternalValidator[] conditions =
454 if (conditions != null) {
456 final int size = conditions.length;
458 builder.batchUpdate(conditions[i], updates[i]);
/frameworks/opt/gamesdk/third_party/cube/
DCOPYRIGHT.txt13 furnished to do so, subject to the following conditions:
48 modification, are permitted provided that the following conditions are
52 notice, this list of conditions and the following disclaimer.
54 copyright notice, this list of conditions and the following disclaimer
78 modification, are permitted provided that the following conditions
82 notice, this list of conditions and the following disclaimer.
85 notice, this list of conditions and the following disclaimer in the
119 /// furnished to do so, subject to the following conditions:
/frameworks/base/obex/
DNOTICE6 modification, are permitted provided that the following conditions are met:
9 this list of conditions and the following disclaimer.
12 this list of conditions and the following disclaimer in the documentation
/frameworks/base/native/webview/plat_support/
DLICENSE4 // modification, are permitted provided that the following conditions are
8 // notice, this list of conditions and the following disclaimer.
10 // copyright notice, this list of conditions and the following disclaimer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_no_arena_import.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
Dany_test.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
Dunittest_import_public_lite.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
Dunittest_import_public.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
Dunittest_arena.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/import_test_package/
Dinner.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/
Dmain.m6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Dtestempty.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_single_nano.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
Dunittest_stringutf8_nano.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBObjectiveCPlusPlusTest.mm6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
49 // Sanity check the conditions of the test within the Xcode project.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_lite_imports_nonlite.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
Dunittest_import_public_lite.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
Dunittest_import_public.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_import_public_lite.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/commonjs/test6/
Dtest6.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dproto2_api_test.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/
Dnon_nested_extension.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dnon_nested_extension.proto6 // modification, are permitted provided that the following conditions are
10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer

12345678910>>...17