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

  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 46 * The Telephony provider contains data related to phone operation, specifically SMS and MMS
50 * devices. If your app depends on telephony features such as for managing SMS messages, include
58 * <h3>Creating an SMS app</h3>
60 * <p>Only the default SMS app (selected by the user in system settings) is able to write to the
61 * SMS Provider (the tables defined within the {@code Telephony} class) and only the default SMS
62 * app receives the {@link android.provider.Telephony.Sms.Intents#SMS_DELIVER_ACTION} broadcast
63 * when the user receives an SMS or the {@link
64 * android.provider.Telephony.Sms.Intents#WAP_PUSH_DELIVER_ACTION} broadcast when the user
67 * <p>Any app that wants to behave as the user's default SMS app must handle the following intents
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 44 import android.provider.Telephony.Sms;
45 import android.provider.Telephony.Sms.Inbox;
157 // Text only MMS converted to SMS if sms parts less than or equal to defined count
181 Sms._ID,
182 Sms.THREAD_ID,
183 Sms.ADDRESS,
184 Sms.BODY,
185 Sms.DATE,
186 Sms.READ
    [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 1625 milliseconds