/development/samples/Support7Demos/src/com/example/android/supportv7/widget/util/ |
ConfigToggle.java | 24 protected ConfigToggle(Context context, int labelId) { 25 mLabel = context.getResources().getString(labelId);
|
/frameworks/base/core/java/android/accounts/ |
AuthenticatorDescription.java | 30 final public int labelId; 51 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, 57 this.labelId = labelId; 64 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, 66 this(type, packageName, labelId, iconId, smallIconId, prefId, false); 82 this.labelId = 0; 92 this.labelId = source.readInt(); 125 dest.writeInt(labelId);
|
ChooseAccountTypeActivity.java | 133 final CharSequence sequence = authContext.getResources().getText(desc.labelId);
|
GrantCredentialsPermissionActivity.java | 140 return createPackageContext(desc.packageName, 0).getString(desc.labelId);
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
MenuHelper.java | 52 int labelId, iconId; 55 labelId = R.string.switch_to_video_label; 59 labelId = R.string.switch_to_camera_label; 63 labelId = R.string.switch_to_panorama_label; 70 MenuItem item = menu.add(labelId).setOnMenuItemClickListener(
|
/packages/apps/DeskClock/src/com/android/alarmclock/ |
DigitalWidgetViewsFactory.java | 183 private void update(RemoteViews clock, City city, int clockId, int labelId, int dayId) { 189 clock.setTextViewText(labelId, city.getName()); 206 clock.setViewVisibility(labelId, View.VISIBLE); 209 private void hide(RemoteViews clock, int clockId, int labelId, int dayId) { 212 clock.setViewVisibility(labelId, View.INVISIBLE);
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
AccountAuthenticatorCache.java | 63 final int labelId = sa.getResourceId( 76 return new AuthenticatorDescription(accountType, packageName, labelId, iconId,
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
CircleButtonsLayout.java | 36 public void setCircleTimerViewIds(int circleTimerViewId, int stopButtonId, int labelId) { 39 mLabelId = labelId;
|
/packages/services/Telephony/src/com/android/phone/ |
SpecialCharSequenceMgr.java | 234 int labelId = TelephonyCapabilities.getDeviceIdLabel(phone); 238 .setTitle(labelId)
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
SpriteTextRenderer.java | 223 private void drawLabel(GL10 gl, int triangleVertex, int labelId) { 233 float height = mLabels.getHeight(labelId); 234 float width = mLabels.getWidth(labelId); 237 mLabels.draw(gl, tx, ty, labelId);
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
MessageDetailsDialog.java | 218 int labelId = -1; 220 labelId = R.string.received_label; 222 labelId = R.string.sent_label; 224 if (labelId >= 0) { 226 details.append(res.getString(labelId));
|
/frameworks/base/core/java/com/android/internal/widget/ |
PasswordEntryKeyboard.java | 115 * @param labelId string shown on enter key 117 void setEnterKeyResources(Resources res, int previewId, int iconId, int labelId) { 126 mEnterKey.label = res.getText(labelId);
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/ |
AuthenticatorHelper.java | 134 label = authContext.getResources().getText(desc.labelId); 166 return desc.labelId;
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactAdder.java | 317 if (description.labelId != 0) { 318 mTypeLabel = pm.getText(packageName, description.labelId, null); 320 throw new IllegalArgumentException("LabelID provided, but label not found");
|
/packages/apps/Settings/src/com/android/settings/ |
DeviceAdminAdd.java | 598 int labelId = isAdminUser ? pi.label : pi.labelForSecondaryUsers; 599 View view = AppSecurityPermissions.getPermissionItemView(this, getText(labelId),
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
ChooseAccountActivity.java | 266 label = authContext.getResources().getText(desc.labelId);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
Sources.java | 221 source.titleRes = auth.labelId;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
MainFragment.java | 226 authTitle = targetContext.getString(authDesc.labelId);
|
/packages/services/Telephony/src/com/android/services/telephony/ |
TelephonyConnection.java | [all...] |
/development/apps/Development/src/com/android/development/ |
AccountsTester.java | 175 names.add(authContext.getString(mAuthenticatorDescs[i].labelId));
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
SelectSyncedCalendarsMultiAccountAdapter.java | 309 label = authContext.getResources().getText(desc.labelId);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
AccountTypeManager.java | 436 accountType.titleRes = auth.labelId; [all...] |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/ |
htmlunit-core-js-2.14.jar | |
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/ |
rhino-1.7R3.jar | |
/external/robolectric/v3/runtime/ |
android-all-4.1.2_r1-robolectric-0.jar | |