HomeSort by relevance Sort by last modified time
    Searched full:share (Results 226 - 250 of 3603) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/v7/appcompat/res/values/
strings.xml 60 <!-- Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
61 <string name="abc_shareactionprovider_share_with_application">Share with %s</string>
62 <!-- Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
63 <string name="abc_shareactionprovider_share_with">Share with</string>
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 148 * RFCOMM connect fail is for outbound share only! Mark batch
159 * RFCOMM connected is for outbound share only! Create
170 * Put next share if available,or finish the transfer.
182 /* we have additional share to process */
278 private void markShareTimeout(BluetoothOppShareInfo share) {
279 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + share.mId);
297 if (V) Log.v(TAG, "Current share has status " + mCurrentShare.mStatus);
355 * 6) Start the session and process the first share in batch
360 * 3) Start the session and process the first share in batch
449 /** set current share as error *
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/res/values/
strings.xml 60 <!-- Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
61 <string name="abc_shareactionprovider_share_with_application">Share with %s</string>
62 <!-- Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
63 <string name="abc_shareactionprovider_share_with">Share with</string>
  /frameworks/base/docs/html/training/sharing/
send.jd 42 sharing of content. Intents allow users to share information quickly and easily, using their
45 <p><strong>Note:</strong> The best way to add a share action item to an
48 about <a href="shareaction.html">Adding an Easy Share Action</a>.</p>
54 <img src="{@docRoot}images/training/sharing/share-text-screenshot.png" alt="" id="figure1" />
63 app can share the URL of the currently-displayed page as text with any application. This is useful
121 android.content.Intent#EXTRA_STREAM}. This is commonly used to share an image but can be used to
122 share any type of binary content:</p>
164 <p>To share multiple pieces of content, use the {@link android.content.Intent#ACTION_SEND_MULTIPLE}
166 mix of content you're sharing. For example, if you share 3 JPEG images, the type is still {@code
181 startActivity(Intent.createChooser(shareIntent, &quot;Share images to..&quot;))
    [all...]
  /packages/apps/Bluetooth/res/values/
strings.xml 19 Bluetooth Share Manager. It is displayed as part of the description of
21 permission controls access to the Bluetooth Share Manager by
22 applications that initiate Bluetooth share.
41 <!-- string showed on "Share picutre via" dialog -->
82 <string name="incoming_file_confirm_Notification_title">Bluetooth share: Incoming file</string>
89 <string name="notification_receiving">Bluetooth share: Receiving <xliff:g id="file">%1$s</xliff:g></string>
91 <string name="notification_received">Bluetooth share: Received <xliff:g id="file">%1$s</xliff:g></string>
93 <string name="notification_received_fail">Bluetooth share: File <xliff:g id="file">%1$s</xliff:g> not received</string>
97 <string name="notification_sending">Bluetooth share: Sending <xliff:g id="file">%1$s</xliff:g></string>
99 <string name="notification_sent">Bluetooth share: Sent <xliff:g id="file">%1$s</xliff:g></string
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
interface.py 37 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
41 localedir="/usr/share/locale",
114 def get_interface_dict(path="/usr/share/selinux/devel/policy.xml"):
155 def get_interface_format_text(interface,path = "/usr/share/selinux/devel/policy.xml"):
183 rc, output=commands.getstatusoutput("python /usr/share/selinux/devel/include/support/segenxml.py -w -m %s" % basedir+filename)
191 def interface_compile_test(interface, path = "/usr/share/selinux/devel/policy.xml"):
205 rc, output=commands.getstatusoutput("make -f /usr/share/selinux/devel/Makefile %s" % policy_files['pp'] )
  /packages/apps/Bluetooth/res/values-bn-rBD/
strings.xml 39 <string name="incoming_file_confirm_Notification_title" msgid="2958227698135117210">"Bluetooth share: ??????? ????"</string>
42 <string name="notification_receiving" msgid="4674648179652543984">"Bluetooth share: <xliff:g id="FILE">%1$s</xliff:g> ??????? ??? ?????"</string>
43 <string name="notification_received" msgid="3324588019186687985">"Bluetooth share: <xliff:g id="FILE">%1$s</xliff:g> ??????? ??? ??????"</string>
44 <string name="notification_received_fail" msgid="3619350997285714746">"Bluetooth share: <xliff:g id="FILE">%1$s</xliff:g> ???? ??????? ??? ?????"</string>
45 <string name="notification_sending" msgid="3035748958534983833">"Bluetooth share: <xliff:g id="FILE">%1$s</xliff:g> ?????? ?????"</string>
46 <string name="notification_sent" msgid="9218710861333027778">"Bluetooth share: <xliff:g id="FILE">%1$s</xliff:g> ?????? ??????"</string>
48 <string name="notification_sent_fail" msgid="6696082233774569445">"Bluetooth share: <xliff:g id="FILE">%1$s</xliff:g> ???? ?????? ?????"</string>
111 <string name="outbound_noti_title" msgid="8051906709452260849">"Bluetooth share: ?????? ????????"</string>
112 <string name="inbound_noti_title" msgid="4143352641953027595">"Bluetooth share: ??????? ??? ????????"</string>
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/Application/src/main/java/com/example/android/actionbarcompat/shareactionprovider/
MainActivity.java 44 * a share intent specific to that content.
80 // Retrieve the share menu item
161 // Get the currently selected item, and retrieve it's share intent
165 // Now update the ShareActionProvider with the new share intent
172 * A OnPageChangeListener used to update the ShareActionProvider's share intent when a new item
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/Application/src/main/java/com/example/android/actionbarcompat/shareactionprovider/
MainActivity.java 44 * a share intent specific to that content.
80 // Retrieve the share menu item
161 // Get the currently selected item, and retrieve it's share intent
165 // Now update the ShareActionProvider with the new share intent
172 * A OnPageChangeListener used to update the ShareActionProvider's share intent when a new item
  /development/samples/browseable/ActionBarCompat-ShareActionProvider/src/com.example.android.actionbarcompat.shareactionprovider/
MainActivity.java 44 * a share intent specific to that content.
80 // Retrieve the share menu item
161 // Get the currently selected item, and retrieve it's share intent
165 // Now update the ShareActionProvider with the new share intent
172 * A OnPageChangeListener used to update the ShareActionProvider's share intent when a new item
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StringReference/
ValueTest.java 35 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
36 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestConstants;
37 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
46 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
127 String signature = "Lorg/apache/harmony/jpda/tests/jdwp/share/debuggee/HelloWorld;";
  /external/selinux/policycoreutils/gui/
system-config-selinux.py 52 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
56 localedir="/usr/share/locale",
67 sys.path.append('/usr/share/system-config-selinux')
77 xml = gtk.glade.XML ("/usr/share/system-config-selinux/system-config-selinux.glade", domain=PROGNAME)
123 os.spawnl(os.P_NOWAIT, "/usr/share/system-config-selinux/semanagegui.py")
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
SampleTestActivity.java 61 // Get the share button and attach the listener.
92 * Creates a temporary file containing the test string and then issues the intent to share it.
108 // Create the share intent.
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingReceiverSupport.java 61 StringBuilder txt = new StringBuilder("Received share!\nText was: ");
70 txt.append("Share included stream " + i + ": " + uri + "\n");
82 Log.e(TAG, "File not found from share.", e);
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp 17 uint32_t rcCreateContext(uint32_t config, uint32_t share, uint32_t glVersion);
92 uint32_t rcCreateContext(uint32_t config, uint32_t share, uint32_t glVersion)
95 return ctx->rcCreateContext(ctx, config, share, glVersion);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
AttachConnectorTest.java 32 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeWrapper;
34 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
ClassObjectIDTest.java 29 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
30 import org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeWrapper;
31 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
ListenConnectorTest.java 31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 import org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeWrapper;
33 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
RefTypeIDTest.java 29 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
30 import org.apache.harmony.jpda.tests.jdwp.share.JDWPUnitDebuggeeWrapper;
31 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
CapabilitiesNewTest.java 31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
76 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
CapabilitiesTest.java 31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
41 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
ClassPathsTest.java 33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
34 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
44 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
SuspendTest.java 32 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
33 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
42 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
VersionTest.java 31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;
41 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPProxyTestCase.java 19 package org.apache.harmony.jpda.tests.jdwp.share;
24 import org.apache.harmony.jpda.tests.jdwp.share.debuggee.ProxyDebuggee;
25 import org.apache.harmony.jpda.tests.share.JPDADebuggeeSynchronizer;

Completed in 189 milliseconds

1 2 3 4 5 6 7 8 91011>>