OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configArray
(Results
1 - 6
of
6
) sorted by null
/packages/services/Telephony/src/com/android/phone/
CellBroadcastSms.java
489
private void setAllCbConfigButtons(int[]
configArray
) {
491
//be sure to map the buttons to their corresponding slot in the
configArray
!
492
mButtonEmergencyBroadcast.setChecked(
configArray
[1] != 0);
495
mButtonAdministrative.setChecked(
configArray
[2] != 0);
496
mButtonMaintenance.setChecked(
configArray
[3] != 0);
497
mButtonLocalWeather.setChecked(
configArray
[20] != 0);
498
mButtonAtr.setChecked(
configArray
[21] != 0);
499
mButtonLafs.setChecked(
configArray
[22] != 0);
500
mButtonRestaurants.setChecked(
configArray
[23] != 0);
501
mButtonLodgings.setChecked(
configArray
[24] != 0)
[
all
...]
MobileNetworkSettings.java
[
all
...]
/libcore/ojluni/src/main/java/sun/security/jca/
ProviderList.java
219
ProviderConfig[]
configArray
= newConfigs.toArray(PC0);
220
return new ProviderList(
configArray
, false);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java
[
all
...]
/frameworks/base/core/jni/
android_view_SurfaceControl.cpp
414
jobjectArray
configArray
= env->NewObjectArray(configs.size(),
434
env->SetObjectArrayElement(
configArray
, static_cast<jsize>(c), infoObj);
438
return
configArray
;
/external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar
Completed in 104 milliseconds