Searched refs:category (Results 1 – 23 of 23) sorted by relevance
388 private static SmsCbMessage createFromPdu(byte[] pdu, int serialNumber, int category) { in createFromPdu() argument391 return createFromPdus(pdus, serialNumber, category); in createFromPdu()394 private static SmsCbMessage createFromPdus(byte[][] pdus, int serialNumber, int category) { in createFromPdus() argument402 if (category != 0) { in createFromPdus()403 Log.d(TAG, "setting GSM message identifier to " + category); in createFromPdus()404 pdu[2] = (byte) ((category >>> 8) & 0xff); in createFromPdus()405 pdu[3] = (byte) (category & 0xff); in createFromPdus()412 if (category != 0) { in createFromPdus()413 Log.d(TAG, "setting UMTS message identifier to " + category); in createFromPdus()414 pdu[1] = (byte) ((category >>> 8) & 0xff); in createFromPdus()[all …]
108 private void addCategory(StorageVolumePreferenceCategory category) { in addCategory() argument109 mCategories.add(category); in addCategory()110 getPreferenceScreen().addPreference(category); in addCategory()111 category.init(); in addCategory()133 for (StorageVolumePreferenceCategory category : mCategories) { in onResume()134 category.onResume(); in onResume()143 for (StorageVolumePreferenceCategory category : mCategories) {144 final StorageVolume volume = category.getStorageVolume();146 category.onStorageStateChanged();157 for (StorageVolumePreferenceCategory category : mCategories) { in onPause()[all …]
17 package com.android.gallery3d.filtershow.category;67 public void initializeSelection(int category) { in initializeSelection() argument68 mCategory = category; in initializeSelection()69 if (category == MainPanel.LOOKS || category == MainPanel.BORDERS) { in initializeSelection()
17 package com.android.gallery3d.filtershow.category;136 private void setCategoryFragment(CategoryPanel category, boolean fromRight) { in setCategoryFragment() argument143 transaction.replace(R.id.category_panel_container, category, CategoryPanel.FRAGMENT_TAG); in setCategoryFragment()
17 package com.android.gallery3d.filtershow.category;
147 private void tryCdmaSetCategory(Context context, int category, boolean enable) { in tryCdmaSetCategory() argument150 switch (category) { in tryCdmaSetCategory()175 + " alerts in category " + category); in tryCdmaSetCategory()
174 final String category = in getCachedWordLists() local176 final FileAndMatchLevel currentBestMatch = cacheFiles.get(category); in getCachedWordLists()178 cacheFiles.put(category, new FileAndMatchLevel(wordList, matchLevel)); in getCachedWordLists()
419 @ViewDebug.ExportedProperty(category = "progress")718 @ViewDebug.ExportedProperty(category = "progress")735 @ViewDebug.ExportedProperty(category = "progress")749 @ViewDebug.ExportedProperty(category = "progress")
46 public static void onEvent(String category, String action, String label) {}; in onEvent() argument47 … public static void onEvent(String category, String action, String label, long optional_value) {}; in onEvent() argument
43 public static EffectType[] getEffects(Context context, int category) { in getEffects() argument46 switch (category) { in getEffects()
37 import com.android.gallery3d.filtershow.category.Action;38 import com.android.gallery3d.filtershow.category.CategoryAdapter;
898 final String category = 2 == idArray.length ? idArray[0] : MAIN_DICTIONARY_CATEGORY; in installIfNeverRequested() local899 if (!MAIN_DICTIONARY_CATEGORY.equals(category)) { in installIfNeverRequested()
32 import com.android.gallery3d.filtershow.category.MainPanel;
1646 String category = st.nextToken(); in sendEvent() local1647 s.data(Tags.CALENDAR_CATEGORY, category); in sendEvent()
59 import com.android.gallery3d.filtershow.category.*;
115 @ViewDebug.ExportedProperty(category = "layout")
109 @ViewDebug.ExportedProperty(category = "layout")
1dictionary=main:en_us,locale=en_US,description=English (US),date ...