Searched defs:primary (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DDomainMatcher.java67 public DomainMatcher(List<String> primary, List<List<String>> secondary) { argument
73 mRoot.addDomain(primary.iterator(), Match.Primary);
81 * @return None if domain is not a sub-domain, Primary if it matched one of the primary domains
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsCbEtwsInfo.java62 /** Whether ETWS primary message or not/ */
66 * 50-byte security information (ETWS primary notification for GSM only). As of Release 10,
67 * 3GPP TS 23.041 states that the UE shall ignore the ETWS primary notification timestamp
76 boolean primary, byte[] warningSecurityInformation) {
80 mPrimary = primary;
134 * @return true if the message is primary message, otherwise secondary message
141 * Returns the Warning-Security-Information timestamp (GSM primary notifications only).
184 * Returns the digital signature (GSM primary notifications only). As of Release 10,
186 * @return a byte array containing a copy of the primary notification digital signature
75 SmsCbEtwsInfo(int warningType, boolean emergencyUserAlert, boolean activatePopup, boolean primary, byte[] warningSecurityInformation) argument
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java345 * @param primary whether to use primary direction to get coordinate form index when endIndex is
349 boolean primary) {
354 new HandleCoordinates(textView, handleType, endIndex, primary),
423 public HandleCoordinates(TextView textView, Handle handleType, int index, boolean primary) { argument
427 mPrimary = primary;
430 + " (" + (primary ? "primary" : "secondary" ) + ")";
510 public TextCoordinates(int index, boolean primary) { argument
512 mPrimary = primary;
348 dragHandle(TextView textView, Handle handleType, int endIndex, boolean primary) argument
539 locateTextAtIndex(TextView textView, int index, boolean primary) argument
[all...]
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java40 * A device always has one (and one only) primary storage volume, but it could have extra volumes,
61 * <li>To get read and write access to the primary storage volume, applications can declare the
124 public StorageVolume(String id, int storageId, File path, String description, boolean primary, argument
131 mPrimary = primary;
188 * Returns true if the volume is the primary shared/external storage, which is the volume
324 * Access to the entire volume is only available for non-primary volumes (for the primary
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DManagedServicesTest.java356 // If the primary and secondary lists contain component names, only those components within
393 // If the primary and secondary lists contain packages, all components within those packages
465 boolean primary = i % 2 == 0;
466 service.setPackageOrComponentEnabled(expectedForUser.get(i), userId, primary,
695 private void verifyExpectedBoundEntries(ManagedServices service, boolean primary) argument
697 ArrayMap<Integer, String> verifyMap = primary ? mExpectedPrimary.get(service.mApprovalLevel)
730 private void verifyExpectedApprovedEntries(ManagedServices service, boolean primary) { argument
731 ArrayMap<Integer, String> verifyMap = primary
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DPackageDexUsageTests.java538 private void assertPackageDexUsage(TestData primary, TestData... secondaries) { argument
539 assertPackageDexUsage(mPackageDexUsage, null, primary, secondaries);
543 TestData primary, TestData... secondaries) {
544 String packageName = primary == null ? secondaries[0].mPackageName : primary.mPackageName;
545 boolean primaryUsedByOtherApps = primary != null && primary.mUsedByOtherApps;
550 if (primary != null) {
551 assertEquals(primaryUsedByOtherApps, pInfo.isUsedByOtherApps(primary.mDexFile));
553 assertEquals(pInfo.getLoadingPackages(primary
542 assertPackageDexUsage(PackageDexUsage packageDexUsage, Set<String> users, TestData primary, TestData... secondaries) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRowPresenter.java124 Presenter getPresenter(boolean primary) { argument
125 ObjectAdapter adapter = primary
134 return primary ? selector.getPrimaryPresenter()
255 * Sets the primary color for the progress bar. If not set, a default from
264 * Returns the primary color for the progress bar. If no color was set, transparent
274 * When "more actions" is selected, the primary actions are replaced with
298 * Displays the primary actions. This will override the user having selected "more actions"
H A DPlaybackTransportRowPresenter.java427 Presenter getPresenter(boolean primary) { argument
428 ObjectAdapter adapter = primary
616 * Sets the primary color for the progress bar. If not set, a default from
625 * Returns the primary color for the progress bar. If no color was set, transparent
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java96 static final String ATT_IS_PRIMARY = "primary";
125 // List of approved packages or components (by user, then by primary/secondary) that are
399 protected String getApproved(int userId, boolean primary) { argument
402 ArraySet<String> approved = allowedByType.getOrDefault(primary, new ArraySet<>());
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp1127 static inline bool isValidPrimary(const mkvparser::PrimaryChromaticity *primary) { argument
1128 return primary != NULL && primary->x >= 0 && primary->x <= 1
1129 && primary->y >= 0 && primary->y <= 1;
/frameworks/base/core/java/android/text/
H A DLayout.java842 * Returns the primary directionality of the paragraph containing the
1028 * Get the primary horizontal position for the specified text offset.
1030 * the paragraph's primary direction.
1037 * Get the primary horizontal position for the specified text offset, but
1049 * the direction other than the paragraph's primary direction.
1065 private float getHorizontal(int offset, boolean primary) { argument
1066 return primary ? getPrimaryHorizontal(offset) : getSecondaryHorizontal(offset);
1317 * @param primary whether to use the primary position or secondary position to find the offset
1321 public int getOffsetForHorizontal(int line, float horiz, boolean primary) { argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/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. ...

Completed in 2199 milliseconds