HomeSort by relevance Sort by last modified time
    Searched defs:posted (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/tests/notification/src/com/android/server/notification/
GroupHelperTest.java 158 List<StatusBarNotification> posted = new ArrayList<>(); local
161 posted.add(sbn);
171 mGroupHelper.onNotificationRemoved(posted.remove(0));
177 mGroupHelper.onNotificationRemoved(posted.remove(0));
185 List<StatusBarNotification> posted = new ArrayList<>(); local
188 posted.add(sbn);
220 List<StatusBarNotification> posted = new ArrayList<>(); local
223 posted.add(sbn);
232 for (int i = posted.size() - 2; i >= 0; i--) {
233 mGroupHelper.onNotificationRemoved(posted.remove(i))
    [all...]
NotificationManagerServiceTest.java 1547 NotificationRecord posted = mNotificationManagerService.findNotificationLocked( local
    [all...]
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
BrowserDialog.cpp 194 BOOL posted; local
223 posted = ::PostMessage( dialog->GetSafeHwnd(), WM_USER_SERVICE_ADD, 0, (LPARAM) entry );
224 ASSERT( posted );
225 if( !posted )
240 posted = ::PostMessage( dialog->GetSafeHwnd(), WM_USER_SERVICE_REMOVE, 0, (LPARAM) entry );
241 ASSERT( posted );
242 if( !posted )
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java 167 String posted = "just a test"; local
175 conn.setRequestProperty("Content-length", String.valueOf(posted
178 out.write(posted.getBytes());
189 .equals(posted));
  /prebuilts/devtools/tools/lib/
jimfs-1.1.jar 
  /prebuilts/gradle-plugin/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 

Completed in 361 milliseconds