HomeSort by relevance Sort by last modified time
    Searched refs:extras (Results 276 - 300 of 564) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 995 Bundle extras = new Bundle(); local
1016 Bundle extras = new Bundle(); local
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 195 * Notification extras key: this is the title of the notification,
201 * Notification extras key: this is the title of the notification when shown in expanded form,
207 * Notification extras key: this is the main text payload, as supplied to
213 * Notification extras key: this is a third line of text, as supplied to
219 * Notification extras key: this is a small piece of additional text as supplied to
225 * Notification extras key: this is a line of summary information intended to be shown
232 * Notification extras key: this is the longer text shown in the big form of a
239 * Notification extras key: this is the resource ID of the notification's main small icon, as
245 * Notification extras key: this is a bitmap to be used instead of the small icon when showing the
252 * Notification extras key: this is a bitmap to be used instead of the one fro
2323 Bundle extras = getExtras(notif); local
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 127 final CaptureResultExtras extras = getExtrasFromRequest(holder);
136 mDeviceCallbacks.onDeviceError(errorCode, extras);
188 final CaptureResultExtras extras = getExtrasFromRequest(holder);
198 mDeviceCallbacks.onCaptureStarted(extras, timestamp);
209 final CaptureResultExtras extras = getExtrasFromRequest(holder);
219 mDeviceCallbacks.onResultReceived(result, extras);
  /frameworks/base/core/java/android/app/
SearchManager.java 981 Bundle extras = am.getAssistContextExtras(0); local
    [all...]
  /frameworks/base/location/java/android/location/
Address.java 417 public void setExtras(Bundle extras) {
418 mExtras = (extras == null) ? null : new Bundle(extras);
469 sb.append(",extras=");
  /packages/apps/Exchange/src/com/android/exchange/service/
PingSyncSynchronizer.java 279 final Bundle extras = new Bundle(1); local
280 extras.putBoolean(Mailbox.SYNC_EXTRA_PUSH_ONLY, true);
281 ContentResolver.addPeriodicSync(amAccount, EmailContent.AUTHORITY, extras,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImage.java 155 Bundle extras = intent.getExtras(); local
156 if (extras == null) {
160 if (image.readFromBundle(context, intent.getSourceBounds(), extras)) {
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnectionService.java 71 Bundle extras = request.getExtras(); local
72 if (extras != null &&
73 extras.getString(TelecomManager.GATEWAY_PROVIDER_PACKAGE) != null) {
147 if (VERBOSE) log("onCreateIncomingConnection, no extras");
149 DisconnectCause.ERROR_UNSPECIFIED, "No extras on request."));
  /bootable/recovery/
Android.mk 78 LOCAL_C_INCLUDES += system/extras/ext4_utils system/vold
94 LOCAL_C_INCLUDES += system/extras/ext4_utils
  /build/core/clang/
config.mk 103 COMPILER_RT_CONFIG_EXTRA_STATIC_LIBRARIES := libcompiler_rt-extras
  /build/core/
pathmap.mk 40 libpagemap:system/extras/libpagemap/include \
  /developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 64 String[] peopleArray = notification.extras.getStringArray(Notification.EXTRA_PEOPLE);
  /developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java 64 String[] peopleArray = notification.extras.getStringArray(Notification.EXTRA_PEOPLE);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 43 public void performReceive(Intent intent, int resultCode, String data, Bundle extras,
  /external/chromium_org/chrome/browser/resources/uber/
uber_shared.css 67 body header > .header-extras,
75 html[dir='rtl'] body header > .header-extras,
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
LocationProviderFactory.java 118 public void onStatusChanged(String provider, int status, Bundle extras) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
TestCursor.java 198 public Bundle respond(Bundle extras) {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 583 InFlightRequest(int numBuffers, CaptureResultExtras extras) :
589 resultExtras(extras),
593 InFlightRequest(int numBuffers, CaptureResultExtras extras, bool hasInput) :
599 resultExtras(extras),
667 // Insert the capture result given the pending metadata, result extras,
  /frameworks/base/core/java/android/hardware/camera2/
CaptureResult.java 155 CaptureResultExtras extras) {
164 if (extras == null) {
165 throw new IllegalArgumentException("extras was null");
173 mSequenceId = extras.getRequestId();
174 mFrameNumber = extras.getFrameNumber();
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 371 * @param extras A bundle containing extra data. May be null.
375 public abstract byte[] processCommandApdu(byte[] commandApdu, Bundle extras);
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationProvider.java 127 public int onGetStatus(Bundle extras) {
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowAttachmentView.java 70 public void setAudio(Uri audio, String name, Map<String, ?> extras) {
VideoAttachmentView.java 66 public void setAudio(Uri audio, String name, Map<String, ?> extras) {
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
Galaxy4Wallpaper.java 111 public Bundle onCommand(String action, int x, int y, int z, Bundle extras,
114 // return mWallpaperRS.onCommand(action, x, y, z, extras, resultRequested);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamWallpaper.java 91 public Bundle onCommand(String action, int x, int y, int z, Bundle extras,

Completed in 1238 milliseconds

<<11121314151617181920>>