Home
last modified time | relevance | path

Searched refs:mSecond (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java58 private ExpandableNotificationRow mSecond; field in NotificationRoundnessManagerTest
73 mSecond = testHelper.createRow(); in setUp()
74 mSecond.setHeadsUpAnimatingAwayListener(animatingAway in setUp()
75 -> mRoundnessManager.onHeadsupAnimatingAwayChanged(mSecond, animatingAway)); in setUp()
89 createSection(mFirst, mSecond), in testCallbackCalledWhenSecondChanged()
98 createSection(mSecond, mFirst), in testCallbackCalledWhenFirstChanged()
108 createSection(mSecond, null) in testCallbackCalledWhenSecondSectionFirstChanged()
117 createSection(null, mSecond) in testCallbackCalledWhenSecondSectionLastChanged()
134 createSection(mFirst, mSecond), in testRoundnessSetOnLast()
137 Assert.assertEquals(1.0f, mSecond.getCurrentBottomRoundness(), 0.0f); in testRoundnessSetOnLast()
[all …]
/frameworks/base/core/java/android/hardware/display/
DTime.java31 private final int mSecond; field in Time
37 mSecond = localTime.getSecond(); in Time()
44 mSecond = parcel.readInt(); in Time()
57 parcel.writeInt(mSecond); in writeToParcel()
62 return LocalTime.of(mHour, mMinute, mSecond, mNano); in getLocalTime()
/frameworks/base/tools/lock_agent/java/com/android/lock_checker/
DOnThreadLockChecker.java71 Object mSecond; field in OnThreadLockChecker.LockPair
77 mSecond = second; in LockPair()
83 mSecond = newSecond; in set()
91 result = prime * result + ((mSecond == null) ? 0 : System.identityHashCode(mSecond)); in computeHashCode()
112 return mFirst == other.mFirst && mSecond == other.mSecond; in equals()
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
DWorkflowTest.java68 private PrintAttributes.MediaSize mSecond; field in WorkflowTest
74 mSecond = second; in WorkflowTest()
274 Log.i(LOG_TAG, "Running " + mFirst + " " + mSelectPrinter + " " + mSecond); in addAndSelectPrinter()
313 () -> addPrinter(session[0], "2nd printer", mSecond)); in addAndSelectPrinter()
331 if (mSecond != null) { in addAndSelectPrinter()
337 mSecond), printAttributes::wait); in addAndSelectPrinter()