HomeSort by relevance Sort by last modified time
    Searched defs:destination (Results 176 - 200 of 1217) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/support/navigation/runtime/src/main/java/androidx/navigation/
NavController.java 62 * The {@link Intent} that triggered a deep link to the current destination.
110 + " reported navigation to unknown destination id "
114 // Add the new destination to the back stack
130 * navigates to a new destination.
134 * onNavigatorNavigated is called when the controller navigates to a new destination.
135 * This navigation may be to a destination that has not been seen before, or one that
140 * @param destination the new destination
142 void onNavigated(@NonNull NavController controller, @NonNull NavDestination destination);
197 * the controller navigates to a new destination
258 NavDestination destination = iterator.next(); local
269 NavDestination destination = iterator.next(); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 139 public String destination; // destination associated with this transfer field in class:BluetoothOppNotification.NotificationItem
273 final int destinationIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION);
284 String destination = cursor.getString(destinationIndex); local
318 item.destination = destination;
350 intent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, item.destination);
BluetoothOppObexServerSession.java 195 String destination; local
197 destination = ((BluetoothObexTransport) mTransport).getRemoteAddress();
199 destination = "FF:FF:FF:00:00:00";
202 BluetoothOppManager.getInstance(mContext).isWhitelisted(destination);
275 values.put(BluetoothShare.DESTINATION, destination);
589 String destination; local
591 destination = ((BluetoothObexTransport) mTransport).getRemoteAddress();
593 destination = "FF:FF:FF:00:00:00";
595 boolean isHandover = BluetoothOppManager.getInstance(mContext).isWhitelisted(destination);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java 244 * Lookup a destination (phone, email). Supplied destination should be a relatively complete
246 * loose match to see whether there is a contact that matches this destination.
249 final String destination) {
250 if (MmsSmsUtils.isEmailAddress(destination)) {
251 return ContactUtil.lookupEmail(context, destination);
253 return ContactUtil.lookupPhone(context, destination);
265 * Get a list of destinations (phone, email) matching the partial destination.
268 final String destination) {
269 if (shouldFilterForEmail(destination)) {
493 final String destination = cursor.getString( local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 107 * @see AttachmentColumns#DESTINATION
109 public int destination; field in class:Attachment
188 destination = in.readInt();
210 destination = cursor.getInt(cursor.getColumnIndex(AttachmentColumns.DESTINATION));
232 destination = srcJson.optInt(AttachmentColumns.DESTINATION);
272 destination = AttachmentDestination.CACHE;
312 destination = values.getAsInteger(AttachmentColumns.DESTINATION);
    [all...]
EmlAttachmentProvider.java 266 .add(attachment.destination) // destination
286 values.getAsInteger(UIProvider.AttachmentColumns.DESTINATION);
291 final int destination = newDestination != null ? local
294 destination == UIProvider.AttachmentDestination.EXTERNAL;
310 // update the destination before getting the new file path
312 attachment.destination = UIProvider.AttachmentDestination.EXTERNAL;
473 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL;
  /system/netd/server/
CommandListener.cpp 1330 const char* destination = argv[nextArg++]; local
    [all...]
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.6/
kotlin-stdlib-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/
bolts-applinks-1.4.0.jar 
  /external/kotlinc/lib/
kotlin-runtime.jar 
kotlin-stdlib.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.2-4/
kotlin-stdlib-1.1.2-4.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/
kotlin-stdlib-1.1.3-2.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
kotlin-stdlib-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/
kotlin-stdlib-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.51/
kotlin-stdlib-1.1.51.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.0/
kotlin-stdlib-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.20/
kotlin-stdlib-1.2.20.jar 
  /external/ImageMagick/coders/
jpeg.c 1672 *destination; local
1883 *destination; local
1895 *destination; local
2036 *destination; local
    [all...]

Completed in 964 milliseconds

1 2 3 4 5 6 78 91011>>