Searched refs:from (Results 151 - 175 of 511) sorted by last modified time

1234567891011>>

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DSendReq.java54 * @param from the from value
61 EncodedStringValue from,
67 setFrom(from);
60 SendReq(byte[] contentType, EncodedStringValue from, int mmsVersion, byte[] transactionId) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoUpdaterTest.java255 SubscriptionManager mSubscriptionManager = SubscriptionManager.from(mContext);
303 SubscriptionManager mSubscriptionManager = SubscriptionManager.from(mContext);
347 SubscriptionManager mSubscriptionManager = SubscriptionManager.from(mContext);
380 SubscriptionManager mSubscriptionManager = SubscriptionManager.from(mContext);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java57 * from a single application thread. This should be the same thread that
220 public void migrateFrom(Phone from) { argument
224 public void migrate(RegistrantList to, RegistrantList from) { argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSIMAccessor.java15 mTelephonyManager = TelephonyManager.from(context);
16 mSubscriptionManager = SubscriptionManager.from(context);
H A DWifiNative.java89 * must be serialized from the framework.
341 * Create a comma separate string from integer set.
441 // on devices that upgraded from Marshmallow, it may encounter a legacy value instead -
590 * RANGE=ID- gets results from ID
793 * In order to prevent the driver from filtering the multicast/broadcast packets, we have to
1777 // Callback from native
1815 // Called from native
1839 htOperation.from(ie);
1841 vhtOperation.from(ie);
1843 extendedCaps.from(i
[all...]
H A DWifiStateMachine.java219 /* Tethering interface could be separate from wlan interface */
382 // handling during connection setup since many error message from supplicant does not report
628 /* Disconnect from a network */
696 /* alert from firmware */
719 /* Commands from/to the SupplicantStateTracker */
864 * Comes from {@link Settings.Global#WIFI_SUPPLICANT_SCAN_INTERVAL_MS} or
865 * from the default config if the setting is not set
1434 // called from BroadcastListener
1537 sb.append(String.format(" from screen [on:%d period:%d]", on, period));
1937 * Disconnect from Acces
7792 makeHex(byte[] bytes, int from, int len) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java82 * 802.11 Standard (calculated from Capabilities and Supported Rates)
172 bssLoad.from(ie);
175 htOperation.from(ie);
178 vhtOperation.from(ie);
181 interworking.from(ie);
184 roamingConsortium.from(ie);
187 vsa.from(ie);
190 extendedCapabilities.from(ie);
193 trafficIndicationMap.from(ie);
196 supportedRates.from(i
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java123 /* Two minutes comes from the wpa_supplicant setting */
130 /* Set a two minute discover timeout to avoid STA scans from being blocked */
500 pw.println("Permission Denial: can't dump WifiP2pService from from pid="
1362 loge("Ignored invitation from null owner");
1809 if (DBG) logd("Remove unknown client from the list");
1910 // Got a response from wifistatemachine, retry p2p
1984 // Notify when a client disconnects from group
2126 if (DBG) logd("Remove unknown client from the list");
2369 View row = LayoutInflater.from(mContex
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java74 public void from(InformationElement ie) { method in class:InformationElementUtil.BssLoad
116 public void from(InformationElement ie) { method in class:InformationElementUtil.HtOperation
150 public void from(InformationElement ie) { method in class:InformationElementUtil.VhtOperation
167 public void from(InformationElement ie) { method in class:InformationElementUtil.Interworking
201 public void from(InformationElement ie) { method in class:InformationElementUtil.RoamingConsortium
245 public void from(InformationElement ie) { method in class:InformationElementUtil.Vsa
290 public void from(InformationElement ie) { method in class:InformationElementUtil.ExtendedCapabilities
309 * from HAL. It parses the ieee beacon's capability field, WPA and RSNE IE as per spec,
562 * only be present in scan results that are derived from a Beacon Frame, not from th
589 public void from(InformationElement ie) { method in class:InformationElementUtil.TrafficIndicationMap
732 public void from(InformationElement ie) { method in class:InformationElementUtil.SupportedRates
[all...]
/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.cpp665 void JNIHelper::setByteArrayRegion(jbyteArray array, int from, int to, const jbyte *bytes) { argument
666 mEnv->SetByteArrayRegion(array, from, to, bytes);
669 void JNIHelper::setIntArrayRegion(jintArray array, int from, int to, const jint *ints) { argument
670 mEnv->SetIntArrayRegion(array, from, to, ints);
673 void JNIHelper::setLongArrayRegion(jlongArray array, int from, int to, const jlong *longs) { argument
674 mEnv->SetLongArrayRegion(array, from, to, longs);
H A Djni_helper.h124 void setByteArrayRegion(jbyteArray array, int from, int to, const jbyte *bytes);
125 void setIntArrayRegion(jintArray array, int from, int to, const jint *ints);
126 void setLongArrayRegion(jlongArray array, int from, int to, const jlong *longs);
/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk75 # This list is generated from the java source files in this module
118 # from apps.
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DInformationElementUtilTest.java62 * @return byte[] Byte array resulting from concatenating the arrays passed to the function
402 trafficIndicationMap.from(ie);
421 trafficIndicationMap.from(ie);
437 trafficIndicationMap.from(ie);
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk17 #Include res dir from photoviewer
42 #Include res dir from photoviewer
/frameworks/opt/setupwizard/library/
H A Dbuild.gradle3 * building from the Android source tree. The difference between this and standalone.gradle is that
4 * this will build the dependencies like support libraries from source, whereas standalone.gradle
5 * will get it from maven central.
18 // For builds in the Android tree we want to build the dependencies from source for reproducible
35 apply from: 'rules.gradle'
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
H A DGlifPreferenceLayout.java116 final LayoutInflater inflater = LayoutInflater.from(getContext());
H A DSetupWizardPreferenceLayout.java115 final LayoutInflater inflater = LayoutInflater.from(getContext());
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/items/
H A DRecyclerItemAdapter.java32 * create this adapter can be inflated by {@link com.android.setupwizardlib.items.ItemInflater} from
74 final LayoutInflater inflater = LayoutInflater.from(parent.getContext());
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DHeaderRecyclerView.java224 final LayoutInflater inflater = LayoutInflater.from(getContext());
/frameworks/opt/setupwizard/library/full-support/test/src/com/android/setupwizardlib/test/
H A DGlifPreferenceLayoutTest.java61 final RecyclerView recyclerView = layout.onCreateRecyclerView(LayoutInflater.from(mContext),
74 layout.addView(layout.onCreateRecyclerView(LayoutInflater.from(mContext), layout,
H A DGlifRecyclerLayoutTest.java52 LayoutInflater inflater = LayoutInflater.from(mContext);
89 assertSame("Adapter got from GlifRecyclerLayout should be same as set",
H A DSetupWizardPreferenceLayoutTest.java61 final RecyclerView recyclerView = layout.onCreateRecyclerView(LayoutInflater.from(mContext),
74 layout.addView(layout.onCreateRecyclerView(LayoutInflater.from(mContext), layout,
H A DSetupWizardRecyclerLayoutTest.java52 LayoutInflater inflater = LayoutInflater.from(mContext);
89 assertSame("Adapter got from SetupWizardLayout should be same as set",
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DTemplateLayout.java35 * inflating this layout from XML, the {@code android:layout} and {@code suwContainer} attributes
88 final LayoutInflater inflater = LayoutInflater.from(getContext());
127 * views retrieved from findViewById, or other view operations that need to be done in code.
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItemAdapter.java28 * adapter can be inflated by {@link ItemInflater} from XML.
79 LayoutInflater inflater = LayoutInflater.from(parent.getContext());
107 * integers (e.g. adapter positions), providing mapping to retrieve the original ID from a given
108 * position. This is used to pack the view types of the adapter into contiguous integers from

Completed in 339 milliseconds

1234567891011>>