/packages/apps/Bluetooth/ |
AndroidManifest.xml | 27 <provider android:name=".opp.BluetoothOppProvider" 28 android:authorities="com.android.bluetooth.opp" 36 android:name=".opp.BluetoothOppService" 40 android:name=".opp.BluetoothOppReceiver"> 46 <activity android:name=".opp.BluetoothOppLauncherActivity" 78 <activity android:name=".opp.BluetoothOppBtEnableActivity" 83 <activity android:name=".opp.BluetoothOppBtErrorActivity" 88 <activity android:name=".opp.BluetoothOppBtEnablingActivity" 93 <activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity" 98 <activity android:name=".opp.BluetoothOppTransferActivity [all...] |
AndroidManifest_test.xml | 24 <activity android:name=".opp.TestActivity" android:label="@string/app_name"> 30 <provider android:name=".opp.BluetoothOppProvider" 31 android:authorities="com.android.bluetooth.opp" 38 android:name=".opp.BluetoothOppService" 41 android:name=".opp.BluetoothOppReceiver"> 47 <activity android:name=".opp.BluetoothOppLauncherActivity" 70 <activity android:name=".opp.BluetoothOppBtEnableActivity" 73 <activity android:name=".opp.BluetoothOppBtErrorActivity" 76 <activity android:name=".opp.BluetoothOppBtEnablingActivity" 79 <activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity [all...] |
/packages/apps/SoundRecorder/res/values-nb/ |
strings.xml | 20 <string name="record_your_message" msgid="1583671906691662148">"Ta opp en melding"</string> 21 <string name="message_recorded" msgid="381539460921872233">"Melding tatt opp"</string> 23 <string name="recording" msgid="4426791467211376099">"Tar opp"</string> 33 <string name="press_record" msgid="5039711805290780494">"Trykk «ta opp»"</string> 41 <string name="error_mediadb_new_record" msgid="2225774949947938064">"Kunne ikke lagre lyd som ble tatt opp"</string>
|
/external/openssl/crypto/asn1/ |
asn1_par.c | 122 const unsigned char *p,*ep,*tot,*op,*opp; local 229 opp=op; 230 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL) 245 opp=op; 246 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl); 262 opp=op; 263 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl); 266 opp = os->data; 271 if (( (opp[i] < ' ') && 272 (opp[i] != '\n') & [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppLiveFolder.java | 33 package com.android.bluetooth.opp; 48 .parse("content://com.android.bluetooth.opp/live_folders/received");
|
BluetoothOppTransferInfo.java | 33 package com.android.bluetooth.opp;
|
BluetoothOppBtErrorActivity.java | 33 package com.android.bluetooth.opp;
|
BluetoothOppManager.java | 33 package com.android.bluetooth.opp; 53 * layer components; Also it handles some Opp application level variables. It's 362 * Insert multiple sending sessions to db, only used by Opp application. 390 * Insert single sending session to db, only used by Opp application.
|
BluetoothOppObexSession.java | 33 package com.android.bluetooth.opp;
|
BluetoothOppRfcommTransport.java | 33 package com.android.bluetooth.opp;
|
BluetoothOppProvider.java | 33 package com.android.bluetooth.opp; 52 * This provider allows application to interact with Bluetooth OPP manager 94 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp", SHARES); 95 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp/#", SHARES_ID); 96 sURIMatcher.addURI("com.android.bluetooth.opp", "live_folders/received",
|
BluetoothOppBtEnableActivity.java | 33 package com.android.bluetooth.opp;
|
BluetoothOppShareInfo.java | 33 package com.android.bluetooth.opp;
|
BluetoothOppBatch.java | 33 package com.android.bluetooth.opp; 46 * This class stores information about a batch of OPP shares that should be
|
BluetoothOppTransferHistory.java | 33 package com.android.bluetooth.opp; 57 * View showing the user's finished bluetooth opp transfers that the user does
|
Constants.java | 33 package com.android.bluetooth.opp; 47 * Bluetooth OPP internal constants definition
|
BluetoothOppService.java | 33 package com.android.bluetooth.opp; 66 * Performs the background Bluetooth OPP transfer. It also starts thread to 67 * accept incoming OPP connection. 144 throw new UnsupportedOperationException("Cannot bind to Bluetooth OPP Service"); 260 Log.w(TAG, "OPP busy! Reject connection"); 270 Log.i(TAG, "OPP busy! Retry after 1 second"); 296 Log.i(TAG, "OPP busy! Retry after 1 second"); [all...] |
BluetoothOppReceiver.java | 33 package com.android.bluetooth.opp; 53 * Intents from OppService; Intents from modules in Opp application layer.
|
/external/bluetooth/bluez/test/ |
Makefile.am | 53 service-opp.xml service-ftp.xml
|
/packages/apps/Gallery/res/values-nb/ |
strings.xml | 46 <string name="capture_video" msgid="4047046282358697155">"Ta opp video"</string> 96 <item msgid="4901733079450971731">"Skli opp - ned"</item> 149 <string name="video_exceed_mms_limit" msgid="3835075281230780010">"Videoen er for stor til å sendes over MMS. Prøv å ta opp en kortere video."</string>
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
LocalBluetoothProfileManager.java | 74 sProfileMap.put(Profile.OPP, profileManager); 117 profiles.add(Profile.OPP); 151 OPP(R.string.bluetooth_profile_opp);
|
/packages/apps/CertInstaller/res/values-nb/ |
strings.xml | 38 <string name="unable_to_save_cert" msgid="864273038676458624">"Kunne ikke lagre sertifikatet. Legitimasjonslageret er ikke aktivert eller riktig satt opp."</string>
|
/external/tcpdump/ |
print-icmp6.c | 600 const struct nd_opt_prefix_info *opp; local 645 opp = (struct nd_opt_prefix_info *)op; 646 TCHECK(opp->nd_opt_pi_prefix); 648 ip6addr_string(&opp->nd_opt_pi_prefix), 649 opp->nd_opt_pi_prefix_len, 651 bittok2str(icmp6_opt_pi_flag_values, "none", opp->nd_opt_pi_flags_reserved), 652 get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_valid_time))); 653 printf(", pref. time %ss", get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_preferred_time))); [all...] |
/packages/apps/Email/res/values-nb/ |
strings.xml | 128 <string name="account_setup_basics_title" msgid="3969856368228940980">"Sett opp e-post"</string> 132 <string name="accounts_welcome_exchange" msgid="4414121583987233733">"Du kan sette opp en Exchange-konto med bare noen få enkle steg."</string> 145 <string name="account_setup_names_title" msgid="8875040521875381849">"Sett opp e-post"</string> 146 <string name="account_setup_names_instructions" msgid="2880279273965835007">"Kontoen er satt opp, og e-post er på vei!"</string> 249 <string name="provider_note_yahoo_uk" msgid="2055976404478603298">"Før du setter opp denne e-postkontoen, må du gå til Yahoo!-nettstedet og slå på POP3-tilgang for den."</string> 251 <string name="provider_note_t_online" msgid="1973701903400232774">"Før du setter opp denne e-postkontoen, besøk T-Online-nettstedet og velg et passord for e-posttilgang via POP3."</string>
|
/packages/apps/Mms/res/values-nb/ |
strings.xml | 64 <string name="move_up" msgid="7307578107431739359">"Flytt opp"</string> 107 <string name="invalid_recipient_message" msgid="7315539322634238519">"Vennligst rett dem opp, ellers vil de ikke motta meldingen."</string> 233 <string name="menu_unlock" msgid="5264877122797287929">"Lås opp melding"</string> 252 <string name="attach_record_video" msgid="3099814114743078615">"Ta opp video"</string> 254 <string name="attach_record_sound" msgid="6011431304469858929">"Ta opp lyd"</string>
|