Searched refs:ap (Results 1 - 12 of 12) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.cpp102 float *ap; local
106 if(m) ap=(float*) (((unsigned long)p)-m+nr_bytes);
107 else ap=p;
108 return(ap);
113 short *ap; local
117 if(m) ap=(short*) (((unsigned long)p)-m+nr_bytes);
118 else ap=p;
119 return(ap);
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DDefaultRemovedActivity.java35 AlertController.AlertParams ap = mAlertParams;
37 ap.mMessage = getString(com.android.nfc.R.string.default_pay_app_removed);
38 ap.mNegativeButtonText = getString(R.string.no);
39 ap.mPositiveButtonText = getString(R.string.yes);
40 ap.mPositiveButtonListener = this;
H A DTapAgainDialog.java69 AlertController.AlertParams ap = mAlertParams;
71 ap.mTitle = "";
72 ap.mView = getLayoutInflater().inflate(com.android.nfc.R.layout.tapagain, null);
75 TextView tv = (TextView) ap.mView.findViewById(com.android.nfc.R.id.textview);
92 ap.mNegativeButtonText = getString(R.string.cancel);
H A DAppChooserActivity.java99 AlertController.AlertParams ap = mAlertParams;
121 ap.mTitle = "";
122 ap.mMessage = String.format(formatString, applicationLabel);
123 ap.mPositiveButtonText = getString(R.string.ok);
129 ap.mTitle = String.format(formatString, applicationLabel);
130 ap.mNegativeButtonText = getString(R.string.cancel);
133 ap.mTitle = getString(com.android.nfc.R.string.pay_with);
135 ap.mTitle = getString(com.android.nfc.R.string.complete_with);
138 ap.mView = getLayoutInflater().inflate(com.android.nfc.R.layout.cardemu_resolver, null);
140 mListView = (ListView) ap
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DAllowBindAppWidgetActivity.java120 AlertController.AlertParams ap = mAlertParams;
121 ap.mTitle = getString(R.string.allow_bind_app_widget_activity_allow_bind_title);
122 ap.mMessage = getString(R.string.allow_bind_app_widget_activity_allow_bind, label);
123 ap.mPositiveButtonText = getString(R.string.create);
124 ap.mNegativeButtonText = getString(android.R.string.cancel);
125 ap.mPositiveButtonListener = this;
126 ap.mNegativeButtonListener = this;
129 ap.mView = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
130 mAlwaysUse = (CheckBox) ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiNoInternetDialog.java126 final AlertController.AlertParams ap = mAlertParams;
128 ap.mTitle = mNetworkName;
129 ap.mMessage = getString(R.string.no_internet_access_text);
130 ap.mPositiveButtonText = getString(R.string.yes);
131 ap.mNegativeButtonText = getString(R.string.no);
133 ap.mTitle = getString(R.string.lost_internet_access_title);
134 ap.mMessage = getString(R.string.lost_internet_access_text);
135 ap.mPositiveButtonText = getString(R.string.lost_internet_access_switch);
136 ap.mNegativeButtonText = getString(R.string.lost_internet_access_cancel);
138 ap
[all...]
H A DWifiSettings.java613 AccessPoint ap = mDlgAccessPoint; // For manual launch
614 if (ap == null) { // For re-launch from saved state
616 ap = new AccessPoint(getActivity(), mAccessPointSavedState);
618 mDlgAccessPoint = ap;
624 mSelectedAccessPoint = ap;
625 mDialog = new WifiDialog(getActivity(), this, ap, mDialogMode,
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java465 FilterInfo fi, BluetoothMapAppParams ap) {
466 if ((ap.getParameterMask() & MASK_PROTECTED) != 0) {
481 FilterInfo fi, BluetoothMapAppParams ap) {
482 if ((ap.getParameterMask() & MASK_CONVERSATION_ID) != 0) {
501 FilterInfo fi, BluetoothMapAppParams ap) {
503 if ((ap.getParameterMask() & MASK_CONVERSATION_NAME) != 0) {
514 FilterInfo fi, BluetoothMapAppParams ap) {
515 if ((ap.getParameterMask() & MASK_SENT) != 0) {
537 FilterInfo fi, BluetoothMapAppParams ap) {
550 e.setRead((read==1?true:false), ((ap
464 setProtected(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
480 setThreadId(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
500 setThreadName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
513 setSent(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
536 setRead(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
552 setConvoRead(BluetoothMapConvoListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
563 setPriority(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
593 setAttachment(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
642 setText(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
670 setReceptionStatus(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
679 setDeliveryStatus(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
693 setSize(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
748 setFolderType(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
934 setRecipientAddressing(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
970 setRecipientName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1004 setSenderAddressing(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1088 setSenderName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1159 setDateTime(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1185 setLastActivity(BluetoothMapConvoListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1227 setSubject(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1258 setHandle(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1273 element(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1287 createConvoElement(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1481 matchRecipient(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1561 matchOriginator(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1581 matchAddresses(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1669 setWhereFilterReadStatus(BluetoothMapAppParams ap, FilterInfo fi) argument
1701 setWhereFilterPeriod(BluetoothMapAppParams ap, FilterInfo fi) argument
1729 setWhereFilterLastActivity(BluetoothMapAppParams ap, FilterInfo fi) argument
1756 setWhereFilterOriginatorEmail(BluetoothMapAppParams ap) argument
1769 setWhereFilterOriginatorIM(BluetoothMapAppParams ap) argument
1782 setWhereFilterPriority(BluetoothMapAppParams ap, FilterInfo fi) argument
1811 setWhereFilterRecipientEmail(BluetoothMapAppParams ap) argument
1826 setWhereFilterMessageHandle(BluetoothMapAppParams ap, FilterInfo fi) argument
1847 setWhereFilterThreadId(BluetoothMapAppParams ap, FilterInfo fi) argument
1869 setWhereFilter(BluetoothMapFolderElement folderElement, FilterInfo fi, BluetoothMapAppParams ap) argument
1898 setConvoWhereFilterSmsMms(StringBuilder selection, ArrayList<String> selectionArgs, FilterInfo fi, BluetoothMapAppParams ap) argument
1944 smsSelected(FilterInfo fi, BluetoothMapAppParams ap) argument
1975 mmsSelected(BluetoothMapAppParams ap) argument
1996 emailSelected(BluetoothMapAppParams ap) argument
2017 imSelected(BluetoothMapAppParams ap) argument
2050 msgListing(BluetoothMapFolderElement folderElement, BluetoothMapAppParams ap) argument
2288 msgListingSize(BluetoothMapFolderElement folderElement, BluetoothMapAppParams ap) argument
2370 msgListingHasUnread(BluetoothMapFolderElement folderElement, BluetoothMapAppParams ap) argument
2461 convoListing(BluetoothMapAppParams ap, boolean sizeOnly) argument
2985 populateSmsMmsConvoElement(BluetoothMapConvoListingElement ele, Cursor smsMmsCursor, BluetoothMapAppParams ap, SmsMmsContacts contacts) argument
3048 populateImEmailConvoElement( BluetoothMapConvoListingElement ele, Cursor tmpCursor, BluetoothMapAppParams ap, FilterInfo fi) argument
3128 appendConvoListQueryParameters(BluetoothMapAppParams ap, Uri contentUri) argument
3187 addSmsMmsContacts( BluetoothMapConvoListingElement convoElement, SmsMmsContacts contacts, String idsStr, String recipientFilter, BluetoothMapAppParams ap) argument
[all...]
H A DBluetoothMapContentObserver.java2449 BluetoothMapAppParams ap, String emailBaseUri)
2453 int transparent = (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ?
2454 0 : ap.getTransparent();
2455 int retry = ap.getRetry();
2456 int charset = ap.getCharset();
2448 pushMessage(BluetoothMapbMessage msg, BluetoothMapFolderElement folderElement, BluetoothMapAppParams ap, String emailBaseUri) argument
/packages/apps/Email/tests/src/com/android/email/
H A DDBTestHelper.java239 final AttachmentProvider ap = new AttachmentProvider();
240 ap.attachInfo(providerContext, null);
241 resolver.addProvider(Attachment.ATTACHMENT_PROVIDER_LEGACY_URI_PREFIX, ap);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java851 ApplicationParameter ap = new ApplicationParameter();
871 ap.addAPPHeader(ApplicationParameter.TRIPLET_TAGID.PHONEBOOKSIZE_TAGID,
898 setDbCounters(ap);
901 setFolderVersionCounters(ap);
904 setCallversionCounters(ap, appParamValue);
906 reply.setHeader(HeaderSet.APPLICATION_PARAMETER, ap.getAPPparam());
939 ap.addAPPHeader(ApplicationParameter.TRIPLET_TAGID.NEWMISSEDCALLS_TAGID,
941 reply.setHeader(HeaderSet.APPLICATION_PARAMETER, ap.getAPPparam());
956 setDbCounters(ap);
957 reply.setHeader(HeaderSet.APPLICATION_PARAMETER, ap
1297 setDbCounters(ApplicationParameter ap) argument
1303 setFolderVersionCounters(ApplicationParameter ap) argument
1312 setCallversionCounters(ApplicationParameter ap, AppParamValue appParamValue) argument
[all...]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java243 int ap = from.getResourceId(index, -1);
244 if (ap != -1) {
245 appearance = context.obtainStyledAttributes(ap,

Completed in 238 milliseconds