Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 205) sorted by relevance

123456789

/packages/modules/Connectivity/tests/common/java/android/net/
DLinkAddressTest.java340 LinkAddress l; in testParceling() local
351 final LinkAddress l = new LinkAddress(V6_ADDRESS, 64, 123, 456, 1L, 3600000L); in testLifetimeParceling() local
410 LinkAddress l = new LinkAddress(V6_ADDRESS, 64, 123, RT_SCOPE_HOST); in testGetFlags() local
418 LinkAddress l = new LinkAddress(V6_ADDRESS, 64, 0, RT_SCOPE_HOST, in testGetFlags_Deprecation() local
439 private void assertGlobalPreferred(LinkAddress l, String msg) { in assertGlobalPreferred()
443 private void assertNotGlobalPreferred(LinkAddress l, String msg) { in assertNotGlobalPreferred()
449 LinkAddress l; in testIsGlobalPreferred() local
511 final LinkAddress l = new LinkAddress(V6_ADDRESS, 64, IFA_F_DEPRECATED, in testIsGlobalPreferred_DeprecatedInFuture() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSuggestionsListView.java29 void setOnKeyListener(View.OnKeyListener l); in setOnKeyListener()
34 void setOnScrollListener(AbsListView.OnScrollListener l); in setOnScrollListener()
39 void setOnFocusChangeListener(View.OnFocusChangeListener l); in setOnFocusChangeListener()
/packages/apps/Camera2/src/com/android/camera/app/
DMediaSaver.java87 int orientation, ExifInterface exif, OnMediaSavedListener l); in addImage()
109 int orientation, ExifInterface exif, OnMediaSavedListener l, String mimeType); in addImage()
127 ExifInterface exif, OnMediaSavedListener l); in addImage()
147 ExifInterface exif, OnMediaSavedListener l); in addImage()
157 void addVideo(Uri uri, ContentValues values, OnMediaSavedListener l); in addVideo()
162 void setQueueListener(QueueListener l); in setQueueListener()
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DTransportSipMessageValidatorTest.java154 CountDownLatch l = new CountDownLatch(1); in testTransportClosingGracefullyNoPendingSessions() local
176 CountDownLatch l = new CountDownLatch(1); in testTransportClosingGracefullyCloseCallIds() local
206 CountDownLatch l = new CountDownLatch(1); in testTransportClosingGracefullyThenForceClose() local
235 CountDownLatch l = new CountDownLatch(1); in testTransportClosingGracefullyTimeout() local
263 CountDownLatch l = new CountDownLatch(1); in testTransportClosingGracefullyCleanup() local
303 CountDownLatch l = new CountDownLatch(1); in setRegStateChangedNoPendingCallIds() local
324 CountDownLatch l = new CountDownLatch(2); in setRegStateChangedPendingCallIdsMultipleCalls() local
353 CountDownLatch l = new CountDownLatch(1); in setRegStateChangedPendingCallIdsTimeout() local
376 CountDownLatch l = new CountDownLatch(1); in setRegStateChangedPendingCallIdsResolved() local
401 CountDownLatch l = new CountDownLatch(1); in setRegStateChangedPendingCallIdsChanged() local
[all …]
/packages/apps/Gallery2/src_pd/com/android/gallery3d/app/
DStitchingProgressManager.java25 public void addChangeListener(StitchingChangeListener l) { in addChangeListener()
28 public void removeChangeListener(StitchingChangeListener l) { in removeChangeListener()
/packages/apps/Camera2/src/com/android/camera/
DMediaSaverImpl.java70 int height, int orientation, ExifInterface exif, OnMediaSavedListener l) { in addImage()
77 int height, int orientation, ExifInterface exif, OnMediaSavedListener l, in addImage()
96 ExifInterface exif, OnMediaSavedListener l) { in addImage()
104 int orientation, ExifInterface exif, OnMediaSavedListener l) { in addImage()
110 public void addVideo(Uri uri, ContentValues values, OnMediaSavedListener l) { in addVideo()
116 public void setQueueListener(QueueListener l) { in setQueueListener()
209 public VideoSaveTask(Uri u, ContentValues values, OnMediaSavedListener l, in VideoSaveTask()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DAccessibilityActionsView.java66 Launcher l = Launcher.getLauncher(getContext()); in createAccessibilityNodeInfo() local
80 Launcher l = Launcher.getLauncher(getContext()); in performAccessibilityAction() local
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
DCheckBroker.java60 public void registerOnCheckedChangeListener(OnCheckedChangedListener l) { in registerOnCheckedChangeListener()
64 public void unregisterOnCheckedChangeListener(OnCheckedChangedListener l) { in unregisterOnCheckedChangeListener()
/packages/apps/Camera2/tests/exiftool_parser/
Dparser.py47 l = len(s[3]) variable
58 l = len(s[1]) variable
/packages/apps/TV/src/com/android/tv/util/
DCaptionSettings.java49 Locale l = mCaptioningManager.getLocale(); in getSystemLanguage() local
60 Locale l = mCaptioningManager.getLocale(); in getSystemPreferenceLanguageList() local
DMainThreadExecutor.java76 public boolean awaitTermination(long l, TimeUnit timeUnit) throws InterruptedException { in awaitTermination()
/packages/apps/Gallery/src/com/android/camera/
DEvenlySpacedLayout.java69 private void layoutHorizontal(boolean changed, int l, int t, int r, int b) { in layoutHorizontal()
96 private void layoutVertical(boolean changed, int l, int t, int r, int b) { in layoutVertical()
124 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowBluetoothPan.java29 public void __constructor__(Context context, BluetoothProfile.ServiceListener l) { in __constructor__()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbUtil.java70 public static boolean isTheSameDevice(UsbDevice l, UsbDevice r) { in isTheSameDevice()
79 public static boolean isDevicesMatching(UsbDevice l, UsbDevice r) { in isDevicesMatching()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
DColorListener.java21 public void addColorListener(ColorListener l); in addColorListener()
/packages/modules/adb/
Dadb_listeners.cpp129 for (auto& l : listener_list) { in format_listeners() local
171 for (auto& l : listener_list) { in enable_server_sockets() local
192 for (auto& l : listener_list) { in install_listener() local
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DBothAxesSwipeDetector.java45 public BothAxesSwipeDetector(@NonNull Context context, @NonNull Listener l) { in BothAxesSwipeDetector()
50 protected BothAxesSwipeDetector(@NonNull ViewConfiguration config, @NonNull Listener l, in BothAxesSwipeDetector()
DAllAppsSwipeController.java32 public AllAppsSwipeController(Launcher l) { in AllAppsSwipeController()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
Dplatformtest.cpp72 size_t l = strlen(json_); in TEST_F() local
92 size_t l = strlen(whitespace_); in TEST_F() local
99 size_t l = strspn(whitespace_, " \n\r\t"); in TEST_F() local
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DQuotedPrintable.java54 int l = Character.digit((char) bytes[++i], 16); in decodeQuotedPrintable() local
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DQuotedPrintable.java54 int l = Character.digit((char) bytes[++i], 16); in decodeQuotedPrintable() local
/packages/providers/MediaProvider/jni/include/libfuse_jni/
DRedactionInfo.h34 ReadRange(off64_t s, size_t l, bool r) : start(s), size(l), is_redaction(r) {} in ReadRange()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLocaleSet.java126 final Locale l = mLocaleList.get(i); in shouldPreferJapanese() local
145 final Locale l = mLocaleList.get(i); in shouldPreferSimplifiedChinese() local
/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DWakelockLoadTestRunnable.java28 WakelockLoadTestRunnable(String t, CountDownLatch l) { in WakelockLoadTestRunnable()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRightAlignedHorizontalScrollView.java35 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()

123456789