HomeSort by relevance Sort by last modified time
    Searched full:lists (Results 301 - 325 of 1509) sorted by null

<<11121314151617181920>>

  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardUpdateMonitor.java 46 import com.google.android.collect.Lists;
86 private ArrayList<InfoCallback> mInfoCallbacks = Lists.newArrayList();
87 private ArrayList<SimStateCallback> mSimStateCallbacks = Lists.newArrayList();
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConnApi.h 68 * Lists the possible types of connection to AP requests
93 * Lists the possible types of roaming triggers
124 * Lists the possible types of connection status
  /packages/apps/IM/src/com/android/im/imps/
PtsPrimitiveSerializer.java 93 ArrayList<String> lists = new ArrayList<String>(); local
108 lists.add(elem.getContents());
138 writeMultiValue(writer, PtsCodes.getElementCode(ImpsTags.ContactList, p.getType()), lists);
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConnApi.h 68 * Lists the possible types of connection to AP requests
93 * Lists the possible types of roaming triggers
123 * Lists the possible types of connection status
  /packages/apps/IM/src/com/android/im/service/
ContactListManagerAdapter.java 385 // remove all contact lists for this provider & account which have not been
    [all...]
  /cts/tools/host/src/com/android/cts/
Selector.java 195 * @return The selected result with excluded lists.
345 * @return The selected result with excluded lists.
  /dalvik/dx/src/com/android/dx/rop/
package-info.java 46 * <li> {@link RegOps} lists numeric constants for the opcodes
157 * parameter index may be included in a method's instruction lists. They
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java 136 // array of lists with permitted General Names divided by type
150 // array of lists with excluded General Names divided by type
  /dalvik/vm/alloc/
HeapBitmap.c 170 * Call <callback> zero or more times with lists of these object pointers.
346 /* Sort the bitmaps by address. Assume that the two lists contain
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 115 """Lists all Users. In addition displays links for editing user info,
224 """Lists all friends for a user. In addition displays links for removing
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 166 // Indent quoted blocks, handle ordered and bullet lists
231 * create headers, lists, internal links, and style formatting for any wiki
  /development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java 199 * Returns true if the method and field lists are empty.
237 * field and method lists, because the signature is used as the
  /external/jsr305/javadoc/
help-doc.html 134 The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE>
151 The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py 145 <assigned_to name="Nobody">webkit-unassigned@lists.webkit.org</assigned_to>
188 "assigned_to_email" : "webkit-unassigned@lists.webkit.org",
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
GlobalActions.java 21 import com.google.android.collect.Lists;
127 mItems = Lists.newArrayList(
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 36 import com.google.android.collect.Lists;
126 ArrayList<String> uris = Lists.newArrayList();
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactsSource.java 19 import com.google.android.collect.Lists;
69 private ArrayList<DataKind> mKinds = Lists.newArrayList();
EntitySet.java 31 import com.google.android.collect.Lists;
115 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList();
Sources.java 20 import com.google.android.collect.Lists;
252 final ArrayList<Account> matching = Lists.newArrayList();
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridLayer.java 205 public void generate(RenderView view, RenderView.Lists lists) {
206 lists.updateList.add(this);
207 lists.opaqueList.add(this);
208 mBackground.generate(view, lists);
209 lists.blendedList.add(this);
210 lists.hitTestList.add(this);
211 mHud.generate(view, lists);
    [all...]
  /external/bison/
ChangeLog 11 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
34 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
60 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
75 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
93 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
107 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
463 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
    [all...]
  /development/samples/ApiDemos/
AndroidManifest.xml     [all...]
  /bionic/libc/kernel/tools/
find_headers.py 6 # then it lists
  /bionic/linker/
README.TXT 111 On x86, the lists of constructors and destructors are placed in special
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_PlaylistsTest.java 120 // the internal database does not have play lists

Completed in 83 milliseconds

<<11121314151617181920>>