Searched refs:real (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/tests/java/android/support/v4/app/
H A DNotificationCompatWearableExtenderTest.java173 private void assertExtendersEqual(Notification.WearableExtender real, argument
175 assertActionsEquals(real.getActions(), compat.getActions());
176 assertEquals(real.getContentIntentAvailableOffline(),
178 assertEquals(real.getHintHideIcon(), compat.getHintHideIcon());
179 assertEquals(real.getHintShowBackgroundOnly(), compat.getHintShowBackgroundOnly());
180 assertEquals(real.getStartScrollBottom(), compat.getStartScrollBottom());
181 assertEquals(real.getDisplayIntent(), compat.getDisplayIntent());
182 assertPagesEquals(real.getPages(), compat.getPages());
183 assertEquals(real.getBackground(), compat.getBackground());
184 assertEquals(real
214 assertActionsEqual(Notification.Action real, NotificationCompat.Action compat) argument
233 assertRemoteInputsEqual(android.app.RemoteInput real, RemoteInput compat) argument
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DJournaledFile.java36 public JournaledFile(File real, File temp) { argument
37 mReal = real;
43 * Prefers the real file. If it doesn't exist, uses the temp one, and then copies
44 * it to the real one. If there is both a real file and a temp one, assumes that the
76 // If the real one doesn't exist, it's either because this is the first time
80 // for real, which will we'll shortly delete.
/frameworks/base/core/java/android/provider/
H A DBrowser.java309 * @param real If true, this is an actual visit, and should add to the
313 String url, boolean real) {
321 if (real) {
334 if (real) {
312 updateVisitedHistory(ContentResolver cr, String url, boolean real) argument
/frameworks/native/libs/binder/
H A DParcel.cpp200 sp<IBinder> real = binder.promote(); local
201 if (real != NULL) {
202 IBinder *local = real->localBinder();
204 BpBinder *proxy = real->remoteBinder();
218 return finish_flatten_binder(real, obj, out);

Completed in 779 milliseconds