HomeSort by relevance Sort by last modified time
    Searched full:adapter (Results 176 - 200 of 3250) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
DeviceAdminKeyguardDisabledFeaturesActivity.java 58 protected void setupTests(ArrayTestListAdapter adapter) {
59 setupFingerprintTests(adapter);
61 setupDisableTrustAgentsTest(adapter);
65 adapter.add(new DialogTestListItem(this, R.string.device_admin_keyguard_disable_camera,
71 adapter.add(new DialogTestListItem(this, R.string.device_admin_disable_notifications,
  /development/apps/BluetoothDebug/
AndroidManifest.xml 9 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
10 <action android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
11 <action android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
12 <action android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
13 <action android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiChatFragment.java 28 ChatMessageAdapter adapter = null; field in class:WiFiChatFragment
37 adapter = new ChatMessageAdapter(getActivity(), android.R.id.text1,
39 listView.setAdapter(adapter);
66 adapter.add(readMessage);
67 adapter.notifyDataSetChanged();
  /external/testng/src/main/java/org/testng/remote/
SuiteSlave.java 12 import org.testng.remote.adapter.DefaultWorkerAdapter;
13 import org.testng.remote.adapter.IWorkerAdapter;
51 String adapter = properties.getProperty(SLAVE_ADPATER); local
52 if( adapter == null)
58 Class clazz = Class.forName(adapter);
  /external/testng/src/main/java/org/testng/remote/adapter/
DefaultMastertAdapter.java 1 package org.testng.remote.adapter;
17 * Default Master adapter, provides an adapter based on hosts file.
34 * @see org.testng.remote.adapter.IMasterAdapter#init(java.util.Properties)
71 * @see org.testng.remote.adapter.IMasterAdapter#runSuitesRemotely(java.util.List, org.testng.internal.annotations.IAnnotationFinder, org.testng.internal.annotations.IAnnotationFinder)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSDetail.java 164 public void handleShowingDetail(final DetailAdapter adapter, int x, int y,
166 final boolean showingDetail = adapter != null;
169 setupDetailHeader(adapter);
190 boolean visibleDiff = (mDetailAdapter != null) != (adapter != null);
191 if (!visibleDiff && mDetailAdapter == adapter) return; // already in right state
193 if (adapter != null) {
194 int viewCacheIndex = adapter.getMetricsCategory();
195 View detailView = adapter.createDetailView(mContext, mDetailViews.get(viewCacheIndex),
199 setupDetailFooter(adapter);
204 Dependency.get(MetricsLogger.class).visible(adapter.getMetricsCategory())
    [all...]
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
RvCompatListActivity.java 35 RecyclerView.Adapter adapter; field in class:RvCompatListActivity.RecyclerViewFragment
44 recyclerView.setAdapter(adapter);
57 fragment.adapter = createAdapter();
66 protected abstract RecyclerView.Adapter createAdapter();
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
AbsSpinnerBindingAdapterTest.java 69 SpinnerAdapter adapter = mView.getAdapter(); local
71 assertEquals(adapter.getItem(i), entries[i]);
77 SpinnerAdapter adapter = mBinder.view2.getAdapter(); local
78 assertEquals(entries.size(), adapter.getCount());
80 assertEquals(adapter.getItem(i), entries.get(i));
  /system/bt/service/ipc/binder/
ipc_handler_binder.cc 38 IPCHandlerBinder::IPCHandlerBinder(bluetooth::Adapter* adapter,
40 : IPCHandler(adapter, delegate) {}
45 CHECK(adapter());
49 new binder::BluetoothBinderServer(adapter());
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp 216 loc_eng_data.adapter->deleteAidingData(loc_eng_data.aiding_data_for_deletion);
263 LocEngStartFix::LocEngStartFix(LocEngAdapter* adapter) :
264 LocMsg(), mAdapter(adapter)
286 LocEngStopFix::LocEngStopFix(LocEngAdapter* adapter) :
287 LocMsg(), mAdapter(adapter)
309 LocEngPositionMode::LocEngPositionMode(LocEngAdapter* adapter,
311 LocMsg(), mAdapter(adapter), mPosMode(mode)
325 LocEngGetZpp::LocEngGetZpp(LocEngAdapter* adapter) :
326 LocMsg(), mAdapter(adapter)
352 inline LocEngSetTime(LocEngAdapter* adapter,
743 LocEngAdapter* adapter = (LocEngAdapter*)mAdapter; local
842 LocEngAdapter* adapter = (LocEngAdapter*)mAdapter; local
877 LocEngAdapter* adapter = (LocEngAdapter*)mAdapter; local
1784 LocEngAdapter* adapter = loc_eng_data.adapter; local
2040 LocEngAdapter* adapter = loc_eng_data.adapter; local
2069 LocEngAdapter* adapter = loc_eng_data.adapter; local
2100 LocEngAdapter* adapter = loc_eng_data.adapter; local
2295 LocEngAdapter* adapter = loc_eng_data.adapter; local
2527 LocEngAdapter* adapter = loc_eng_data.adapter; local
2651 LocEngAdapter* adapter = loc_eng_data.adapter; local
2672 LocEngAdapter* adapter = loc_eng_data.adapter; local
2715 LocEngAdapter* adapter = loc_eng_data.adapter; local
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.cpp 216 loc_eng_data.adapter->deleteAidingData(loc_eng_data.aiding_data_for_deletion);
263 LocEngStartFix::LocEngStartFix(LocEngAdapter* adapter) :
264 LocMsg(), mAdapter(adapter)
286 LocEngStopFix::LocEngStopFix(LocEngAdapter* adapter) :
287 LocMsg(), mAdapter(adapter)
309 LocEngPositionMode::LocEngPositionMode(LocEngAdapter* adapter,
311 LocMsg(), mAdapter(adapter), mPosMode(mode)
325 LocEngGetZpp::LocEngGetZpp(LocEngAdapter* adapter) :
326 LocMsg(), mAdapter(adapter)
352 inline LocEngSetTime(LocEngAdapter* adapter,
743 LocEngAdapter* adapter = (LocEngAdapter*)mAdapter; local
842 LocEngAdapter* adapter = (LocEngAdapter*)mAdapter; local
877 LocEngAdapter* adapter = (LocEngAdapter*)mAdapter; local
1785 LocEngAdapter* adapter = loc_eng_data.adapter; local
2041 LocEngAdapter* adapter = loc_eng_data.adapter; local
2070 LocEngAdapter* adapter = loc_eng_data.adapter; local
2101 LocEngAdapter* adapter = loc_eng_data.adapter; local
2296 LocEngAdapter* adapter = loc_eng_data.adapter; local
2528 LocEngAdapter* adapter = loc_eng_data.adapter; local
2652 LocEngAdapter* adapter = loc_eng_data.adapter; local
2673 LocEngAdapter* adapter = loc_eng_data.adapter; local
2716 LocEngAdapter* adapter = loc_eng_data.adapter; local
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp 213 loc_eng_data.adapter->deleteAidingData(loc_eng_data.aiding_data_for_deletion);
260 LocEngStartFix::LocEngStartFix(LocEngAdapter* adapter) :
261 LocMsg(), mAdapter(adapter)
283 LocEngStopFix::LocEngStopFix(LocEngAdapter* adapter) :
284 LocMsg(), mAdapter(adapter)
306 LocEngPositionMode::LocEngPositionMode(LocEngAdapter* adapter,
308 LocMsg(), mAdapter(adapter), mPosMode(mode)
322 LocEngGetZpp::LocEngGetZpp(LocEngAdapter* adapter) :
323 LocMsg(), mAdapter(adapter)
345 LocEngShutdown::LocEngShutdown(LocEngAdapter* adapter)
744 LocEngAdapter* adapter = (LocEngAdapter*)mAdapter; local
852 LocEngAdapter* adapter = (LocEngAdapter*)mAdapter; local
899 LocEngAdapter* adapter = (LocEngAdapter*)mAdapter; local
1782 LocEngAdapter* adapter = loc_eng_data.adapter; local
2042 LocEngAdapter* adapter = loc_eng_data.adapter; local
2071 LocEngAdapter* adapter = loc_eng_data.adapter; local
2102 LocEngAdapter* adapter = loc_eng_data.adapter; local
2298 LocEngAdapter* adapter = loc_eng_data.adapter; local
2529 LocEngAdapter* adapter = loc_eng_data.adapter; local
2653 LocEngAdapter* adapter = loc_eng_data.adapter; local
2674 LocEngAdapter* adapter = loc_eng_data.adapter; local
2717 LocEngAdapter* adapter = loc_eng_data.adapter; local
    [all...]
  /art/compiler/optimizing/
stack_map_stream.h 67 stack_maps_(allocator->Adapter(kArenaAllocStackMapStream)),
68 location_catalog_entries_(allocator->Adapter(kArenaAllocStackMapStream)),
69 location_catalog_entries_indices_(allocator->Adapter(kArenaAllocStackMapStream)),
70 dex_register_locations_(allocator->Adapter(kArenaAllocStackMapStream)),
71 inline_infos_(allocator->Adapter(kArenaAllocStackMapStream)),
72 stack_masks_(allocator->Adapter(kArenaAllocStackMapStream)),
73 register_masks_(allocator->Adapter(kArenaAllocStackMapStream)),
74 method_indices_(allocator->Adapter(kArenaAllocStackMapStream)),
75 dex_register_entries_(allocator->Adapter(kArenaAllocStackMapStream)),
81 allocator->Adapter(kArenaAllocStackMapStream))
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPopup.java 126 // Use the position from the outer adapter so that if a header view was added, we don't get
137 protected static int measureIndividualMenuWidth(ListAdapter adapter, ViewGroup parent,
146 final int count = adapter.getCount();
148 final int positionType = adapter.getItemViewType(i);
158 itemView = adapter.getView(i, itemView, parent);
174 * the possibility of the parameter adapter actually wrapping the MenuAdapter. (That could
177 * @param adapter
180 protected static MenuAdapter toMenuAdapter(ListAdapter adapter) {
181 if (adapter instanceof HeaderViewListAdapter) {
182 return (MenuAdapter) ((HeaderViewListAdapter) adapter).getWrappedAdapter()
    [all...]
  /frameworks/opt/setupwizard/library/full-support/test/instrumentation/src/com/android/setupwizardlib/test/
HeaderRecyclerViewTest.java 61 * Test that notifyDataSetChanged gets propagated by HeaderRecyclerView's adapter.
71 * Test that notifyItemChanged gets propagated by HeaderRecyclerView's adapter.
81 * Test that notifyItemChanged gets propagated by HeaderRecyclerView's adapter and adds 1 to the
93 * Test that notifyItemInserted gets propagated by HeaderRecyclerView's adapter.
103 * Test that notifyItemInserted gets propagated by HeaderRecyclerView's adapter and adds 1 to
115 * Test that notifyItemRemoved gets propagated by HeaderRecyclerView's adapter.
125 * Test that notifyItemRemoved gets propagated by HeaderRecyclerView's adapter and adds 1 to
137 * Test that notifyItemMoved gets propagated by HeaderRecyclerView's adapter.
147 * Test that notifyItemMoved gets propagated by HeaderRecyclerView's adapter and adds 1 to
159 * Test adapter to be wrapped inside {@link HeaderAdapter} to to send item change notifications
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuPopup.java 125 // Use the position from the outer adapter so that if a header view was added, we don't get
139 protected static int measureIndividualMenuWidth(ListAdapter adapter, ViewGroup parent,
148 final int count = adapter.getCount();
150 final int positionType = adapter.getItemViewType(i);
160 itemView = adapter.getView(i, itemView, parent);
176 * the possibility of the parameter adapter actually wrapping the MenuAdapter. (That could
179 * @param adapter
182 protected static MenuAdapter toMenuAdapter(ListAdapter adapter) {
183 if (adapter instanceof HeaderViewListAdapter) {
184 return (MenuAdapter) ((HeaderViewListAdapter) adapter).getWrappedAdapter()
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/
NetworkPkg.uni 67 "0x01 = Stop UEFI iSCSI if iSCSI HBA adapter produces AIP protocol with Network Boot.\n"
68 "0x02 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv4 targets.\n"
69 "0x04 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv6 targets.\n"
70 "0x08 = Stop UEFI iSCSI if iSCSI HBA adapter supports an offload engine for iSCSI boot.\n"
71 "0x10 = Stop UEFI iSCSI if iSCSI HBA adapter supports multipath I/O for iSCSI boot.\n"
72 "0x20 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv4 targets.\n"
73 "0x40 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv6 targets."
  /external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
bluetooth_Sanity_Discoverable.py 34 if address == self.adapter['Address']:
43 if eir_name != self.adapter['Alias']:
47 (eir_name, self.adapter['Alias']))
61 # Reset the adapter to the powered on, discoverable state.
66 self.adapter = self.device.get_adapter_properties()
74 (cgi.escape(self.adapter['Alias']),
75 cgi.escape(self.adapter['Address']))))
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SparseArrayObjectAdapter.java 14 * Constructs an adapter with the given {@link PresenterSelector}.
21 * Constructs an adapter with the given {@link Presenter}.
28 * Constructs an adapter.
45 * Returns the index for the given item in the adapter.
55 * Returns the index for the given key in the adapter.
96 * Clears the given key and associated item from the adapter.
109 * Removes all items from this adapter, leaving it empty.
DetailsOverviewRow.java 65 * Called when DetailsOverviewRow has changed actions adapter.
166 * Notifies listeners for actions adapter changed on UI thread.
255 * Returns the actions adapter. Throws ClassCastException if the current
256 * actions adapter is not an instance of {@link ArrayObjectAdapter}.
264 * adapter is not an instance of {@link ArrayObjectAdapter}. Must be called on the UI thread.
276 * current actions adapter is not an instance of f{@link ArrayObjectAdapter}. Must be called
290 * actions adapter is not {@link ArrayObjectAdapter}. Must be called on UI thread.
303 * ClassCastException if current actions adapter is not {@link ArrayObjectAdapter}. Must be
323 * attached to the adapter if it doesn't have one.
325 * @param adapter Adapter for actions
341 ObjectAdapter adapter = getActionsAdapter(); local
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/list/
RegularSearchFragment.java 61 RegularSearchListAdapter adapter = new RegularSearchListAdapter(getActivity()); local
62 adapter.setDisplayPhotos(true);
63 adapter.setUseCallableUri(usesCallableUri());
64 adapter.setListener(this);
65 return adapter;
73 final RegularSearchListAdapter adapter = (RegularSearchListAdapter) getAdapter(); local
75 getContext(), adapter.getContactInfo(cachedNumberLookupService, position));
  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
HeaderRecyclerView.java 60 * An adapter that can optionally add one header item to the RecyclerView.
62 * @param <CVH> Type of the content view holder. i.e. view holder type of the wrapped adapter.
65 extends RecyclerView.Adapter<ViewHolder> {
69 private RecyclerView.Adapter<CVH> mAdapter;
116 public HeaderAdapter(RecyclerView.Adapter<CVH> adapter) {
117 mAdapter = adapter;
202 public RecyclerView.Adapter<CVH> getWrappedAdapter() {
274 public void setAdapter(Adapter adapter) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java 199 protected void setupTests(ArrayTestListAdapter adapter) {
426 adapter.add(mProfileOwnerInstalled);
427 adapter.add(mDiskEncryptionTest);
430 adapter.add(mWorkAppVisibleTest);
431 adapter.add(mWorkNotificationBadgedTest);
432 adapter.add(mWorkStatusBarIconTest);
433 adapter.add(mWorkStatusBarToastTest);
436 adapter.add(mProfileAccountVisibleTest);
437 adapter.add(mDeviceAdminVisibleTest);
438 adapter.add(mCredSettingsVisibleTest)
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
PhoneNumberPickerFragment.java 229 "item at %d was clicked before adapter is ready, ignoring",
245 final PhoneNumberListAdapter adapter = (PhoneNumberListAdapter) getAdapter(); local
246 return adapter.getPhoneNumber(position);
250 final PhoneNumberListAdapter adapter = (PhoneNumberListAdapter) getAdapter(); local
251 return adapter.getLookupKey(position);
345 PhoneNumberListAdapter adapter = new PhoneNumberListAdapter(getActivity()); local
346 adapter.setDisplayPhotos(true);
347 adapter.setUseCallableUri(mUseCallableUri);
348 return adapter;
355 final ContactEntryListAdapter adapter = getAdapter() local
395 final PhoneNumberListAdapter adapter = (PhoneNumberListAdapter) getAdapter(); local
    [all...]
  /external/autotest/client/cros/chameleon/
chameleon_bluetooth_audio.py 30 @param bt_adapter: A BluetoothDevice object to control bluetooth adapter
40 # Resets bluetooth adapter on Cros device.
43 'Failed to reset bluetooth adapter on Cros host.'
47 # Starts discovery mode of bluetooth adapter.
50 'Failed to start discovery on bluetooth adapter on Cros host')
53 """Controls bluetooth adapter to search for bluetooth module.
88 @param bt_adapter: A BluetoothDevice object to control bluetooth adapter
118 """Pairs Cros device bluetooth adapter with legacy bluetooth module.
120 @param bt_adapter: A BluetoothDevice object to control bluetooth adapter
132 # Pairs the bluetooth adapter with bluetooth module
    [all...]

Completed in 1752 milliseconds

1 2 3 4 5 6 78 91011>>