/packages/apps/Dialer/src/com/android/dialer/calllog/calllogcache/ |
CallLogCacheLollipopMr1.java | 82 String label = PhoneAccountUtils.getAccountLabel(mContext, accountHandle); local 83 mPhoneAccountLabelCache.put(accountHandle, label); 84 return label;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/ |
InfoPanel.java | 54 String label = getActivity().getString(str); local 55 exifString += "<b>" + label + ": </b>";
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
TapAgainDialog.java | 78 CharSequence label = serviceInfo.loadLabel(pm); local 79 if (label == null) { 82 description = label.toString();
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
PackageUtil.java | 61 public static View initSnippet(View snippetView, CharSequence label, Drawable icon) { 63 ((TextView)snippetView.findViewById(R.id.app_name)).setText(label); 120 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(as.label); 138 CharSequence label; field in class:PackageUtil.AppSnippet 140 public AppSnippet(CharSequence label, Drawable icon) { 141 this.label = label; 147 * Utility method to load application label 160 CharSequence label = null; local 161 // Try to load the label from the package's resources. If an app has not explicitl [all...] |
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/ |
PermissionGroups.java | 144 CharSequence label = loadItemInfoLabel(groupInfo); local 149 groupInfo.packageName, label, icon); 192 CharSequence label = loadItemInfoLabel(permissionInfo); local 197 permissionInfo.packageName, label, icon); 207 CharSequence label = itemInfo.loadLabel(getContext().getPackageManager()); local 208 if (label == null) { 209 label = itemInfo.name; 211 return label;
|
/packages/apps/Settings/src/com/android/settings/ |
AllowBindAppWidgetActivity.java | 92 CharSequence label = ""; local 106 label = pm.getApplicationLabel(ai); 119 ap.mMessage = getString(R.string.allow_bind_app_widget_activity_allow_bind, label); 128 mAlwaysUse.setText(getString(R.string.allow_bind_app_widget_activity_always_allow_bind, label));
|
AppHeader.java | 41 CharSequence label, String pkgName, int uid) { 42 createAppHeader(fragment, icon, label, pkgName, uid, 0, null); 46 CharSequence label, String pkgName, int uid, Intent externalSettings) { 47 createAppHeader(fragment, icon, label, pkgName, uid, 0, externalSettings); 50 public static void createAppHeader(Activity activity, Drawable icon, CharSequence label, 54 setupHeaderView(activity, icon, label, pkgName, uid, false, 0, bar, null); 59 CharSequence label, String pkgName, int uid, int tintColorRes) { 60 createAppHeader(fragment, icon, label, pkgName, uid, tintColorRes, null); 64 CharSequence label, String pkgName, int uid, int tintColorRes, 67 setupHeaderView(fragment.getActivity(), icon, label, pkgName, uid, includeAppInfo(fragment) local [all...] |
AppPicker.java | 88 CharSequence label; field in class:AppPicker.MyApplicationInfo 141 info.label = info.info.loadLabel(getPackageManager()).toString(); 146 info.label = context.getText(R.string.no_application); 158 holder.appName.setText(info.label); 175 return collator.compare(a.label, b.label);
|
AppWidgetPickActivity.java | 97 CharSequence label = info.label; local 134 PickAdapter.Item item = new PickAdapter.Item(context, label, icon);
|
/packages/apps/Settings/src/com/android/settings/display/ |
AppGridView.java | 112 final CharSequence label = info.loadLabel(pm); local 113 if (label != null) { 114 results.add(new ActivityEntry(info, label.toString())); 125 * Class used for caching the activity label and icon. 129 public final String label; field in class:AppGridView.ActivityEntry 131 public ActivityEntry(ResolveInfo info, String label) { 133 this.label = label; 138 return label.compareToIgnoreCase(entry.label); [all...] |
/packages/apps/Settings/src/com/android/settings/notification/ |
NotificationAccessSettings.java | 109 public FriendlyWarningDialogFragment setServiceInfo(ComponentName cn, String label) { 112 args.putString(KEY_LABEL, label); 121 final String label = args.getString(KEY_LABEL); local 126 R.string.notification_listener_disable_warning_summary, label);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeySpecParser.java | 32 * - Label optionally followed by keyOutputText (keyLabel|keyOutputText). 33 * - Label optionally followed by code point (keyLabel|!code/code_name). 36 * Label and keyOutputText are one of the following: 38 * - Label reference represented by (!text/label_name), see {@link KeyboardTextsSet}. 104 // Treat a sole vertical bar as a special case of key label. 107 throw new KeySpecParserError("Empty label"); 150 final String label = parseEscape(getBeforeLabelEnd(keySpec, labelEnd)); local 151 if (label.isEmpty()) { 152 throw new KeySpecParserError("Empty label: " + keySpec); 154 return label; 188 final String label = getLabel(keySpec); local 215 final String label = getLabel(keySpec); local [all...] |
/pdk/apps/HelloPDK/src/com/example/android/helloPDK/ |
MainActivity.java | 87 String label = labelSeq != null ? labelSeq.toString() : info.activityInfo.name; local 89 if (prefixWithSlash.length() == 0 || label.startsWith(prefixWithSlash)) { 91 String[] labelPath = label.split("/");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
cursslk.h | 43 // This inner class represents the attributes of a Soft Label Key (SLK) 50 char *label; // The Text of the Label member in class:Soft_Label_Key_Set::Soft_Label_Key 52 int num; // The number of the Label 54 Soft_Label_Key() : label(NULL), format(Left), num(-1) { 58 delete[] label; 62 // Set the text of the Label 65 // Set the Justification of the Label 71 // Retrieve the text of the label 73 return label; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
cursslk.h | 43 // This inner class represents the attributes of a Soft Label Key (SLK) 50 char *label; // The Text of the Label member in class:Soft_Label_Key_Set::Soft_Label_Key 52 int num; // The number of the Label 54 Soft_Label_Key() : label(NULL), format(Left), num(-1) { 58 delete[] label; 62 // Set the text of the Label 65 // Set the Justification of the Label 71 // Retrieve the text of the label 73 return label; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
debug.h | 122 void (* label) (rtx); member in struct:gcc_debug_hooks
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
grammar.h | 12 /* A label of an arc */ 17 } label; typedef in typeref:struct:__anon43150 19 #define EMPTY 0 /* Label number 0 is by definition the empty label */ 25 label *ll_label; 31 short a_lbl; /* Label of this arc */ 42 int s_lower; /* Lowest label index */ 43 int s_upper; /* Highest label index */ 79 char *PyGrammar_LabelRepr(label *lb);
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
grammar.h | 12 /* A label of an arc */ 17 } label; typedef in typeref:struct:__anon43272 19 #define EMPTY 0 /* Label number 0 is by definition the empty label */ 25 label *ll_label; 31 short a_lbl; /* Label of this arc */ 42 int s_lower; /* Lowest label index */ 43 int s_upper; /* Highest label index */ 79 char *PyGrammar_LabelRepr(label *lb);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
grammar.h | 12 /* A label of an arc */ 17 } label; typedef in typeref:struct:__anon71388 19 #define EMPTY 0 /* Label number 0 is by definition the empty label */ 25 label *ll_label; 31 short a_lbl; /* Label of this arc */ 42 int s_lower; /* Lowest label index */ 43 int s_upper; /* Highest label index */ 79 char *PyGrammar_LabelRepr(label *lb);
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
grammar.h | 12 /* A label of an arc */ 17 } label; typedef in typeref:struct:__anon71511 19 #define EMPTY 0 /* Label number 0 is by definition the empty label */ 25 label *ll_label; 31 short a_lbl; /* Label of this arc */ 42 int s_lower; /* Lowest label index */ 43 int s_upper; /* Highest label index */ 79 char *PyGrammar_LabelRepr(label *lb);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlineDropListener.java | 123 String label = MoveGesture.computeUndoLabel(targetNode, elements, event.detail); local 125 canvas.getEditorDelegate().getEditor().wrapUndoEditXmlModel(label, new Runnable() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerPage.java | 40 import org.eclipse.swt.widgets.Label; 100 final Label label = new Label(composite, SWT.NONE); local 101 label.setText("Project:");
|
/system/bt/stack/avct/ |
avct_lcb_act.c | 592 AVCT_BLD_HDR(p, p_data->ul_msg.label, pkt_type, p_data->ul_msg.cr); 664 UINT8 label, type, cr_ipid; local 682 AVCT_PRS_HDR(p, label, type, cr_ipid); 700 (*p_ccb->cc.p_msg_cback)(avct_ccb_to_idx(p_ccb), label, cr_ipid, p_data->p_buf); local 715 AVCT_BLD_HDR(p, label, AVCT_PKT_TYPE_SINGLE, AVCT_REJ);
|
/system/core/fs_mgr/include/ |
fs_mgr.h | 64 char *label; member in struct:fstab_rec
|
/system/core/libpixelflinger/codeflinger/ |
Arm64Assembler.h | 117 virtual void label(const char* theLabel); 118 virtual void B(int cc, const char* label); 119 virtual void BL(int cc, const char* label); 121 virtual uint32_t* pcForLabel(const char* label); 253 inline branch_target_t() : label(0), pc(0) { } 255 : label(l), pc(p) { } 256 const char* label; member in struct:android::ArmToArm64Assembler::branch_target_t
|