HomeSort by relevance Sort by last modified time
    Searched refs:lister (Results 1 - 15 of 15) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/device/
IDeviceMonitor.java 48 * Allows the {@link DeviceLister} to be set. After a successful attempt to set the Lister,
51 public void setDeviceLister(DeviceLister lister);
DeviceMonitorMultiplexer.java 46 public synchronized void setDeviceLister(DeviceLister lister) {
48 monitor.setDeviceLister(lister);
DeviceUtilStatsMonitor.java 157 // track devices that we have records for, but are not reported by device lister
234 public void setDeviceLister(DeviceLister lister) {
235 mDeviceLister = lister;
  /external/toybox/toys/pending/
getfattr.c 29 // TODO: factor out the lister and getter loops and use them in cp too.
33 ssize_t (*lister)(const char *, char *, size_t) = listxattr;
41 lister = llistxattr;
45 while ((keys_len = lister(file, NULL, 0))) {
48 if (lister(file, keys, keys_len) == keys_len) break;
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationFeatureProviderImpl.java 74 final CurrentUserPolicyInstalledAppLister lister = local
76 lister.execute();
95 final CurrentUserAppWithAdminGrantedPermissionsLister lister = local
98 lister.execute();
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarAudioFocusTest.java 363 AudioFocusListener lister = new AudioFocusListener(); local
364 int res = doRequestFocus(mAudioManager, lister,
395 mAudioManager.abandonAudioFocus(lister);
CarAudioExtFocusTest.java 698 AudioFocusListener lister = new AudioFocusListener(); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel-processor/0.3.1/
auto-parcel-processor-0.3.1.jar 
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandScheduler.java 791 public void setDeviceLister(DeviceLister lister) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/pcre/dist2/
configure     [all...]
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.0/
auto-value-1.0.jar 

Completed in 158 milliseconds