HomeSort by relevance Sort by last modified time
    Searched refs:extras (Results 176 - 200 of 1033) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationListFooterView.java 83 final Bundle extras = cursor.getExtras(); local
84 final int cursorStatus = extras.getInt(UIProvider.CursorExtraKeys.EXTRA_STATUS);
85 final int totalCount = extras.getInt(UIProvider.CursorExtraKeys.EXTRA_TOTAL_COUNT);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/permissions/
PermissionsActivity.java 79 final Bundle extras = getIntent().getExtras(); local
81 extras.getStringArray(EXTRA_PERMISSION_REQUESTED_PERMISSIONS);
82 mPendingRequestCode = extras.getInt(EXTRA_PERMISSION_REQUEST_CODE);
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipIncomingCallReceiver.java 68 Bundle extras = new Bundle(); local
69 extras.putParcelable(SipUtil.EXTRA_INCOMING_CALL_INTENT, intent);
73 tm.addNewIncomingCall(accountHandle, extras);
  /prebuilts/sdk/current/support/customtabs/
android-support-customtabs.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
TBSCertificate.java 110 for (int extras = seq.size() - (seqStart + 6) - 1; extras > 0; extras--)
112 ASN1TaggedObject extra = (ASN1TaggedObject)seq.getObjectAt(seqStart + 6 + extras);
TBSCertificateStructure.java 112 for (int extras = seq.size() - (seqStart + 6) - 1; extras > 0; extras--)
114 DERTaggedObject extra = (DERTaggedObject)seq.getObjectAt(seqStart + 6 + extras);
  /frameworks/base/core/java/android/print/
PrintDocumentAdapter.java 180 * @param extras Additional information about how to layout the content.
188 Bundle extras);
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
ExternalSharedPermsFLTest.java 40 public void onStatusChanged(String provider, int status, Bundle extras) {}
  /frameworks/base/telecomm/java/android/telecom/
StatusHints.java 44 Bundle extras) {
46 iconResId), extras);
49 public StatusHints(CharSequence label, Icon icon, Bundle extras) {
52 mExtras = extras;
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IInCallAdapter.aidl 67 void sendCallEvent(String callId, String event, in Bundle extras);
69 void putExtras(String callId, in Bundle extras);
  /frameworks/base/tests/testables/src/android/testing/
TestableSettingsProvider.java 69 public Bundle call(String method, String arg, Bundle extras) {
71 final int userId = extras.getInt(Settings.CALL_METHOD_USER_KEY, 0);
91 Bundle call = mSettings.call(method, arg, extras);
100 value = extras.getString(Settings.NameValueTable.VALUE, null);
  /frameworks/support/compat/java/android/support/v4/app/
RemoteInputCompatBase.java 82 CharSequence[] choices, boolean allowFreeFormInput, Bundle extras,
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsSession.java 61 * @param extras Reserved for future use.
68 public boolean mayLaunchUrl(Uri url, Bundle extras, List<Bundle> otherLikelyBundles) {
70 return mService.mayLaunchUrl(mCallback, url, extras, otherLikelyBundles);
173 * @param extras Reserved for future use.
178 public int postMessage(String message, Bundle extras) {
181 return mService.postMessage(mCallback, message, extras);
  /packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
PostponePolicy.java 40 public void onCreate(BaseTask task, Bundle extras) {
  /packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
RequestPinItemActivity.java 93 Bundle extras = null; local
99 extras = new Bundle();
100 extras.putParcelable(AppWidgetManager.EXTRA_APPWIDGET_PREVIEW, views);
103 AppWidgetManager.getInstance(this).requestPinAppWidget(cn, extras, mCallback);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ListSuggestionCursor.java 139 // override with caching to avoid re-parsing the extras
147 SuggestionExtras extras = e.getExtras(); local
148 Collection<String> extraColumns = extras == null ? null
149 : extras.getExtraColumnNames();
151 for (String column : extras.getExtraColumnNames()) {
161 * This class exists purely to cache the suggestion extras.
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
PMCMainActivity.java 401 Bundle extras = intent.getExtras(); local
403 if (extras != null) {
404 if (extras.containsKey(key)) {
405 String actionstring = extras.getString(key);
453 Bundle extras = intent.getExtras(); local
454 if (extras != null) {
455 if (extras.containsKey(SETTING_INTERVAL_KEY)) {
456 setIntervalFromUser(extras.getString(SETTING_INTERVAL_KEY));
458 if (extras.containsKey(SETTING_SERVER_IP_KEY)) {
459 mServerIP = extras.getString(SETTING_SERVER_IP_KEY)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ThreadSafeCursorWrapper.java 101 public Bundle respond(Bundle extras) {
102 final int opts = extras.getInt(UIProvider.ConversationCursorCommand.COMMAND_KEY_OPTIONS);
106 return super.respond(extras);
109 return super.respond(extras);
  /packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
CommonDatabaseUtils.java 79 public static void extrasVarArgsToValues(ContentValues values, String... extras) {
80 for (int i = 0; i < extras.length; ) {
81 values.put(extras[i], extras[i + 1]);
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedCallingActivity.java 146 Bundle extras = new Bundle(); local
147 extras.putParcelable(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE,
150 extras.putInt(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE,
153 tm.placeCall(Uri.parse(mNumber.getText().toString()), extras); local
167 Bundle extras = new Bundle(); local
168 extras.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS,
171 extras.putInt(TelecomManager.EXTRA_INCOMING_VIDEO_STATE,
175 extras.putBoolean(TelecomManager.EXTRA_IS_HANDOVER, true);
177 tm.addNewIncomingCall(getSelectedPhoneAccountHandle(), extras); local
  /prebuilts/sdk/current/
Android.mk 35 $(shell find $(LOCAL_PATH)/extras -name "*.jar"))
  /test/vts-testcase/kernel/api/qtaguid/
Android.mk 25 LOCAL_C_INCLUDES += system/extras/tests/include \
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConferenceTest.java 183 Bundle extras = new Bundle(); local
184 extras.putString(TelecomManager.EXTRA_CALL_DISCONNECT_MESSAGE, "Test");
186 mConferenceObject.setExtras(extras);
260 Bundle extras = new Bundle(); local
261 extras.putString(TEST_EXTRA_KEY_1, TEST_EXTRA_VALUE_1);
262 extras.putInt(TEST_EXTRA_KEY_2, TEST_EXTRA_VALUE_2);
263 mConferenceObject.putExtras(extras);
267 assertTrue(areBundlesEqual(extras, conf.getDetails().getExtras()));
285 Bundle extras = mConferenceObject.getExtras(); local
287 assertFalse(extras.containsKey(TEST_EXTRA_KEY_1))
306 Bundle extras = mConferenceObject.getExtras(); local
312 Bundle extras = new Bundle(); local
330 Bundle extras = new Bundle(); local
    [all...]
ConnectionTest.java 233 final Bundle extras = new Bundle(); local
234 extras.putBoolean("test-extra-key", true);
235 connection.setExtras(extras);
239 assertTrue(extras.getBoolean("test-extra-key"));
245 * Extended end-to-end passing of extras is verified in
260 final Bundle extras = new Bundle(); local
261 extras.putBoolean("test-extra-key", true);
262 connection.putExtras(extras);
266 assertTrue(extras.getBoolean("test-extra-key"));
272 * Extended end-to-end passing of extras is verified i
287 final Bundle extras = new Bundle(); local
315 final Bundle extras = new Bundle(); local
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 832 * The extras keys defined here are intended to capture the original inputs to {@link Builder}
837 public Bundle extras = new Bundle(); field in class:Notification
841 * touching the extras bundle in the system process is not safe because the bundle may contain
865 * {@link #extras} key: this is the title of the notification,
871 * {@link #extras} key: this is the title of the notification when shown in expanded form,
877 * {@link #extras} key: this is the main text payload, as supplied to
883 * {@link #extras} key: this is a third line of text, as supplied to
889 * {@link #extras} key: this is the remote input history, as supplied to
8517 Bundle extras = b.mN.extras; local
    [all...]

Completed in 779 milliseconds

1 2 3 4 5 6 78 91011>>