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

/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/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
H A DTestEvents.java42 TestEvents.builder().mouse().primary().build();
44 TestEvents.builder().mouse().primary().ctrl().build();
46 TestEvents.builder().mouse().primary().alt().build();
48 TestEvents.builder().mouse().primary().shift().build();
218 public Builder primary() { method in class:TestEvents.Builder
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java39 * A device always has one (and one only) primary storage volume, but it could have extra volumes,
60 * <li>To get read and write access to the primary storage volume, applications can declare the
123 boolean primary, boolean removable, boolean emulated, boolean allowMassStorage,
129 mPrimary = primary;
194 * Returns true if the volume is the primary shared/external storage, which is the volume
302 * Access to the entire volume is only available for non-primary volumes (for the primary
122 StorageVolume(String id, File path, File internalPath, String description, boolean primary, boolean removable, boolean emulated, boolean allowMassStorage, long maxFileSize, UserHandle owner, String fsUuid, String state) argument
/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/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DManagedServicesTest.java383 // If the primary and secondary lists contain component names, only those components within
420 // If the primary and secondary lists contain packages, all components within those packages
492 boolean primary = i % 2 == 0;
493 service.setPackageOrComponentEnabled(expectedForUser.get(i), userId, primary,
722 private void verifyExpectedBoundEntries(ManagedServices service, boolean primary) argument
724 ArrayMap<Integer, String> verifyMap = primary ? mExpectedPrimary.get(service.mApprovalLevel)
757 private void verifyExpectedApprovedEntries(ManagedServices service, boolean primary) { argument
758 ArrayMap<Integer, String> verifyMap = primary
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DPlaybackControlsRowPresenter.java126 Presenter getPresenter(boolean primary) { argument
127 ObjectAdapter adapter = primary
136 return primary ? selector.getPrimaryPresenter()
257 * Sets the primary color for the progress bar. If not set, a default from
266 * Returns the primary color for the progress bar. If no color was set, transparent
276 * When "more actions" is selected, the primary actions are replaced with
300 * Displays the primary actions. This will override the user having selected "more actions"
H A DPlaybackTransportRowPresenter.java428 Presenter getPresenter(boolean primary) { argument
429 ObjectAdapter adapter = primary
617 * Sets the primary color for the progress bar. If not set, a default from
626 * 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.java101 static final String ATT_IS_PRIMARY = "primary";
133 // List of approved packages or components (by user, then by primary/secondary) that are
466 protected String getApproved(int userId, boolean primary) { argument
469 ArraySet<String> approved = allowedByType.getOrDefault(primary, new ArraySet<>());
/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp1244 static inline bool isValidPrimary(const mkvparser::PrimaryChromaticity *primary) { argument
1245 return primary != NULL && primary->x >= 0 && primary->x <= 1
1246 && primary->y >= 0 && primary->y <= 1;
/frameworks/base/core/java/android/text/
H A DLayout.java871 * Returns the primary directionality of the paragraph containing the
1118 * Get the primary horizontal position for the specified text offset.
1120 * the paragraph's primary direction.
1127 * Get the primary horizontal position for the specified text offset, but
1139 * the direction other than the paragraph's primary direction.
1155 private float getHorizontal(int offset, boolean primary) { argument
1156 return primary ? getPrimaryHorizontal(offset) : getSecondaryHorizontal(offset);
1201 * @param primary Whether the results should be the primary or the secondary horizontal
1204 private float[] getLineHorizontals(int line, boolean clamped, boolean primary) { argument
1467 getOffsetForHorizontal(int line, float horiz, boolean primary) argument
1569 HorizontalMeasurementProvider(final int line, final 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 577 milliseconds