data gtask 包注释

data gtask 包注释
master
phkej5qlp 7 months ago
commit d626375b3c

@ -16,6 +16,7 @@
package net.micode.notes.data;
import android.content.Context;
import android.database.Cursor;
import android.provider.ContactsContract.CommonDataKinds.Phone;

@ -16,6 +16,7 @@
package net.micode.notes.data;
import android.net.Uri;
/**

@ -26,6 +26,7 @@ import net.micode.notes.data.Notes.DataColumns;
import net.micode.notes.data.Notes.DataConstants;
import net.micode.notes.data.Notes.NoteColumns;
/**
* NotesDatabaseHelper SQLite
* SQLiteOpenHelper

@ -15,6 +15,7 @@
* limitations under the License.
*/
package net.micode.notes.data;
import android.app.SearchManager;

@ -14,6 +14,7 @@
* limitations under the License.
*/
package net.micode.notes.gtask.data;
import android.database.Cursor;

@ -21,6 +21,7 @@
package net.micode.notes.gtask.data;
/*
* Description便sqlnotedatanote
* SqlData

@ -21,6 +21,7 @@
package net.micode.notes.gtask.data;
/*
*
*

@ -17,6 +17,7 @@
package net.micode.notes.gtask.data;
import android.database.Cursor;
import android.text.TextUtils;
import android.util.Log;

@ -17,6 +17,7 @@
package net.micode.notes.gtask.data;
import android.database.Cursor;
import android.util.Log;

@ -19,6 +19,7 @@
*/
package net.micode.notes.gtask.exception;
public class ActionFailureException extends RuntimeException {
private static final long serialVersionUID = 4425249765923293627L;

@ -19,6 +19,7 @@
*/
package net.micode.notes.gtask.exception;
public class NetworkFailureException extends Exception {
private static final long serialVersionUID = 2107610287180234136L;

@ -16,6 +16,7 @@
*/
package net.micode.notes.gtask.remote;
/*GTask
*

@ -14,6 +14,7 @@
* limitations under the License.
*/
package net.micode.notes.gtask.remote;
import android.app.Activity;

@ -14,6 +14,7 @@
* limitations under the License.
*/
package net.micode.notes.gtask.remote;
/*
* Service

@ -14,6 +14,7 @@
* limitations under the License.
*/
package net.micode.notes.model;
import android.content.ContentProviderOperation;

@ -14,6 +14,7 @@
* limitations under the License.
*/
package net.micode.notes.model;
import android.appwidget.AppWidgetManager;

@ -14,6 +14,7 @@
* limitations under the License.
*/
package net.micode.notes.tool;
import android.content.Context;

@ -14,6 +14,7 @@
* limitations under the License.
*/
package net.micode.notes.tool;
import android.content.ContentProviderOperation;

@ -14,6 +14,7 @@
* limitations under the License.
*/
package net.micode.notes.tool;
public class GTaskStringUtils {

@ -16,6 +16,7 @@
package net.micode.notes.tool;
import android.content.Context;
import android.preference.PreferenceManager;

@ -16,6 +16,7 @@
package net.micode.notes.ui;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;

@ -16,6 +16,7 @@
package net.micode.notes.ui;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;

@ -14,6 +14,7 @@
* limitations under the License.
*/
package net.micode.notes.ui;
import android.content.BroadcastReceiver;

@ -16,6 +16,7 @@
package net.micode.notes.ui;
import java.text.DateFormatSymbols;
import java.util.Calendar;

@ -16,6 +16,7 @@
package net.micode.notes.ui;
import java.util.Calendar;
import net.micode.notes.R;

Loading…
Cancel
Save